Package oracle.iam.request.exception
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.request.exception.InvalidRequestException
- All Implemented Interfaces:
Serializable
This exception will be thrown if a particular operation is not allowed for the request
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRequestException
(String string) InvalidRequestException
(String string, Exception cnfe) InvalidRequestException
(String errorCode, String errorMessage, Serializable[] errorData) -
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
-
InvalidRequestException
-
InvalidRequestException
-
InvalidRequestException
-
InvalidRequestException
-