public final class GenericAppInstanceServiceException extends OIMServiceException implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
isMessage
The detailed message.
|
Constructor and Description |
---|
GenericAppInstanceServiceException(java.lang.String isMessage)
Constructs a new GenericAppInstanceServiceException with the specified detail message.
|
GenericAppInstanceServiceException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData)
Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage
and errorData
|
GenericAppInstanceServiceException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage,
errorData and Throwable.
|
GenericAppInstanceServiceException(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 java.lang.String isMessage
public GenericAppInstanceServiceException(java.lang.String isMessage)
isMessage
- The detailed message. The detailed message is saved for later
retrieval by the Throwable.getMessage() method.public GenericAppInstanceServiceException(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 GenericAppInstanceServiceException(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 GenericAppInstanceServiceException(java.lang.Throwable cause)
cause
- the cause