Package oracle.iam.request.exception
Class RequestAlreadyClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.RequestAlreadyClosedException
- All Implemented Interfaces:
Serializable
This exception is thrown if request is already closed or withdrawn
- Author:
- aarepura
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestAlreadyClosedException
(String string) RequestAlreadyClosedException
(String string, Exception cnfe) RequestAlreadyClosedException
(String errorCode, String errorMessage, Serializable[] errorParams) -
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
-
RequestAlreadyClosedException
public RequestAlreadyClosedException(String errorCode, String errorMessage, Serializable[] errorParams) -
RequestAlreadyClosedException
-
RequestAlreadyClosedException
-
RequestAlreadyClosedException
-