Package oracle.iam.request.exception
Class ApprovalServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.ApprovalServiceException
- All Implemented Interfaces:
Serializable
This is generic exception that will be thrown mostly if an error occurs while performing DB operations
- Author:
- asmaram
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApprovalServiceException
(String string) ApprovalServiceException
(String string, Exception cnfe) ApprovalServiceException
(String errorCode, String errorMessage, Serializable[] errorParams) ApprovalServiceException
(String errorCode, String errorMessage, Serializable[] errorParams, Throwable t) ApprovalServiceException
(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
-
ApprovalServiceException
-
ApprovalServiceException
-
ApprovalServiceException
-
ApprovalServiceException
-
ApprovalServiceException
public ApprovalServiceException(String errorCode, String errorMessage, Serializable[] errorParams, Throwable t) -
ApprovalServiceException
-