We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.server.
Class SystemMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.terminal.gwt.server.SystemMessageException
All Implemented Interfaces:
- extends RuntimeException
public class SystemMessageException
See Also:
Constructor Summary | |
---|---|
SystemMessageException(String msg)
Constructs a new SystemMessageException with the specified
detail message. |
|
SystemMessageException(String msg,
Throwable cause)
Constructs a new SystemMessageException with the specified
detail message and cause. |
|
SystemMessageException(Throwable cause)
Constructs a new SystemMessageException from another
exception. |
Method Summary | |
---|---|
Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
SystemMessageException
public SystemMessageException(String msg)
- Parameters:
msg
- the detail message.
Constructs a new SystemMessageException
with the specified
detail message.
SystemMessageException
public SystemMessageException(String msg,
Throwable cause)
- Parameters:
msg
- the detail message.cause
- the cause of the exception.
Constructs a new SystemMessageException
with the specified
detail message and cause.
SystemMessageException
public SystemMessageException(Throwable cause)
- Parameters:
cause
- the cause of the exception.
Constructs a new SystemMessageException
from another
exception.
Method Detail |
---|
getCause
public Throwable getCause()
- See Also:
Throwable.getCause()