public class NotificationException
extends oracle.iam.platform.utils.SuperException
Constructor and Description |
---|
NotificationException(java.lang.String string)
Constructs a
NotificationException with the specified detail
message |
NotificationException(java.lang.String string,
java.lang.Throwable e)
Constructs a
NotificationException 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 NotificationException(java.lang.String string)
NotificationException
with the specified detail
messagestring
- The detail messagepublic NotificationException(java.lang.String string, java.lang.Throwable e)
NotificationException
with the specified detail
message and throwable objectstring
- The detail messagee
- Throwable object