Class OrganizationDisableUsersExistException

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

public class OrganizationDisableUsersExistException extends OrganizationManagerException
The OrganizationDisableUsersExistException class is used to construct failure messages during the disable operation of an Organization which has one or more existing User entities.
See Also:
  • Constructor Details

    • OrganizationDisableUsersExistException

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

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

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

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