Package oracle.iam.ida.exception
Class IDAIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.ida.exception.IDARuntimeException
oracle.iam.ida.exception.IDAIllegalStateException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
Exception used when a client invokes an API method that is invalid due to the
current state of the underlying certification entities. Typically, this error
is due to a client programming error, so sufficient detail should be provided
to identify the error, but sanitized for end-user consumption. If more detail
is needed, use
IDAEngineException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IDAIllegalStateException
-