Class ProvisioningRuntimeException

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

public class ProvisioningRuntimeException extends SuperRuntimeException
See Also:
  • Constructor Details

    • ProvisioningRuntimeException

      public ProvisioningRuntimeException()
      Constructs a new super exception with null as its detail message.
    • ProvisioningRuntimeException

      public ProvisioningRuntimeException(String message)
      Constructs a new super exception with the specified detail message.
      Parameters:
      message - the detail message
    • ProvisioningRuntimeException

      public ProvisioningRuntimeException(String message, Throwable cause)
      Constructs a new super exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • ProvisioningRuntimeException

      public ProvisioningRuntimeException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new super exception with the specified detail message.
      Parameters:
      errorCode -
      errorMessage -
      errorData -
      e -
    • ProvisioningRuntimeException

      public ProvisioningRuntimeException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause