Class OrganizationDisableException

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

public class OrganizationDisableException extends OrganizationManagerException
The OrganizationDisableException class is used to construct failure messages during the disable operation of an Organization
See Also:
  • Constructor Details

    • OrganizationDisableException

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

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