public class SystemMessageException extends RuntimeException
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SystemMessageException(String msg)
SystemMessageException with the specified
detail message.msg - the detail message.public SystemMessageException(String msg, Throwable cause)
SystemMessageException with the specified
detail message and cause.msg - the detail message.cause - the cause of the exception.public SystemMessageException(Throwable cause)
SystemMessageException from another
exception.cause - the cause of the exception.public Throwable getCause()
getCause in class ThrowableThrowable.getCause()Copyright © 2022 Vaadin Ltd. All rights reserved.