Class AuthorizationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.provisioning.exception.AuthorizationFailedException
- All Implemented Interfaces:
- Serializable,- Cloneable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAuthorizationFailedException(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new AuthorizationFailedException with the errorCode, errorMessage and errorDataAuthorizationFailedException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) * Constructs a new AuthorizationFailedException with the errorCode, errorMessage, errorData and Throwable.
- 
Method SummaryMethods inherited from class oracle.iam.exception.OIMServiceExceptionaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
AuthorizationFailedExceptionpublic AuthorizationFailedException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) * Constructs a new AuthorizationFailedException with the errorCode, errorMessage, errorData and Throwable.- Parameters:
- errorCode- - Code for the error
- errorMessage- - Message for the error
- errorData- - A Serializable array with data for the error
- e- - Exception
 
- 
AuthorizationFailedExceptionpublic AuthorizationFailedException(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new AuthorizationFailedException with the errorCode, errorMessage and errorData- Parameters:
- errorCode- - Code for the error
- errorMessage- - Message for the error
- errorData- - A Serializable array with data for the error
 
 
-