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, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public 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