Package oracle.iam.request.exception
Class ApprovalPolicyServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.ApprovalPolicyServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApprovalPolicyAccessDeniedException
This is the generic exception for Approval Policy Management Service
- Author:
- bkalita
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApprovalPolicyServiceException
(String string) ApprovalPolicyServiceException
(String string, Exception cnfe) ApprovalPolicyServiceException
(String errorCode, String errorMessage, Serializable[] errorParams) ApprovalPolicyServiceException
(String errorCode, String errorMessage, Serializable[] errorParams, Throwable t) ApprovalPolicyServiceException
(String string, Throwable cnfe) -
Method Summary
Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApprovalPolicyServiceException
-
ApprovalPolicyServiceException
-
ApprovalPolicyServiceException
-
ApprovalPolicyServiceException
public ApprovalPolicyServiceException(String errorCode, String errorMessage, Serializable[] errorParams) -
ApprovalPolicyServiceException
public ApprovalPolicyServiceException(String errorCode, String errorMessage, Serializable[] errorParams, Throwable t) -
ApprovalPolicyServiceException
-