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