Class OrganizationNotAlreadyEnabledException

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

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

    • OrganizationNotAlreadyEnabledException

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

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

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

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