Class IDAIllegalStateException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class IDAIllegalStateException extends IDARuntimeException
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 Details

    • IDAIllegalStateException

      public IDAIllegalStateException(String string, Serializable[] serializables)