public class NotificationManagementException
extends oracle.iam.platform.utils.SuperException
Constructor and Description |
---|
NotificationManagementException(java.lang.String string)
Constructs a
NotificationManagementException with the
specified detail message |
NotificationManagementException(java.lang.String string,
java.lang.Throwable e)
Constructs a
NotificationManagementException with the
specified detail message and throwable object |
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public NotificationManagementException(java.lang.String string)
NotificationManagementException
with the
specified detail messagestring
- The detail messagepublic NotificationManagementException(java.lang.String string, java.lang.Throwable e)
NotificationManagementException
with the
specified detail message and throwable objectstring
- The detail messagee
- Throwable object