public class UserPolicyEvalLifecycleMgmtException extends OIMServiceException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
UserPolicyEvalLifecycleMgmtException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData)
Constructs a new UserPolicyEvalLifecycleMgmtException with the errorCode, errorMessage and errorData
|
UserPolicyEvalLifecycleMgmtException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
Constructs a new UserPolicyEvalLifecycleMgmtException with the errorCode, errorMessage, errorData and Throwable.
|
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic static final long serialVersionUID
public UserPolicyEvalLifecycleMgmtException(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 UserPolicyEvalLifecycleMgmtException(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 - - Exception