public class NotificationException extends IdentityException
| Constructor and Description |
|---|
NotificationException()
Constructs a new super exception with null as its detail message.
|
NotificationException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
NotificationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and
cause.
|
NotificationException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic NotificationException()
public NotificationException(java.lang.String message)
message - the detail messagepublic NotificationException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic NotificationException(java.lang.Throwable cause)
cause - the cause