Class CertificationWorkflowException

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

public class CertificationWorkflowException extends SuperRuntimeException implements Serializable
Exception used when unrecoverable condition is occurs during SOA interaction.

This exception is NOT an end-user exception, and MUST be caught in the service API implementation and reported via a CertificationEngineException.

See Also:
  • Constructor Details

    • CertificationWorkflowException

      public CertificationWorkflowException(String errorCode, String[] errorData)