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