Class CertificationIllegalStateException

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

public class CertificationIllegalStateException extends SuperRuntimeException implements Serializable
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 CertificationEngineException
See Also:
  • Constructor Details

    • CertificationIllegalStateException

      public CertificationIllegalStateException(String errorCode, String[] errorData)