public class NotificationProviderException
extends oracle.iam.platform.utils.SuperException
| Constructor and Description |
|---|
NotificationProviderException(java.lang.String message)
Constructs a
NotificationProviderException with the
specified detail message |
NotificationProviderException(java.lang.String message,
java.lang.Throwable ex)
Constructs a
NotificationProviderException with the
specified detail message and throwable object |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Provides the detail message of this exception
|
void |
setMessage(java.lang.String message)
Set the detail message of this exception
|
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic NotificationProviderException(java.lang.String message)
NotificationProviderException with the
specified detail messagemessage - The detail messagepublic NotificationProviderException(java.lang.String message,
java.lang.Throwable ex)
NotificationProviderException with the
specified detail message and throwable objectmessage - The detail messageex - Throwable objectpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void setMessage(java.lang.String message)
message - The detail message