Class OrganizationNotAlreadyDisabledException

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

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

    • OrganizationNotAlreadyDisabledException

      public OrganizationNotAlreadyDisabledException()
      Constructs a new Organization disable operation failed exception with null as its detail message.
    • OrganizationNotAlreadyDisabledException

      public OrganizationNotAlreadyDisabledException(String message)
      Constructs a new Organization disable operation failed exception with the specified detail message.
      Parameters:
      message - the detail message
    • OrganizationNotAlreadyDisabledException

      public OrganizationNotAlreadyDisabledException(String message, Throwable cause)
      Constructs a new Organization disable operation failed exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • OrganizationNotAlreadyDisabledException

      public OrganizationNotAlreadyDisabledException(Throwable cause)
      Constructs a new Organization disable operation failed exception with the specified cause.
      Parameters:
      cause - the cause