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 SummaryConstructorsConstructorDescriptionRequestServiceException(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 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- 
RequestServiceException
- 
RequestServiceExceptionpublic RequestServiceException(String errorCode, String errorMessage, Serializable[] errorParams, Throwable t) 
- 
RequestServiceException
- 
RequestServiceException
- 
RequestServiceException
- 
RequestServiceException
 
-