public final class GenericAppConfigException extends OIMServiceException implements java.lang.Cloneable
Constructor and Description |
---|
GenericAppConfigException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData)
Constructs a new GenericAppConfigException with the errorCode, errorMessage
and errorData
|
GenericAppConfigException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
Constructs a new GenericAppConfigException with the errorCode, errorMessage,
errorData and Throwable.
|
GenericAppConfigException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public GenericAppConfigException(java.lang.String errorCode, java.lang.String errorMessage, java.io.Serializable[] errorData)
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the errorpublic GenericAppConfigException(java.lang.String errorCode, java.lang.String errorMessage, java.io.Serializable[] errorData, java.lang.Throwable e)
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the errore
- - Exceptionpublic GenericAppConfigException(java.lang.Throwable cause)
cause
- the cause