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