Class OrganizationDeleteUsersExistException

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

public class OrganizationDeleteUsersExistException extends OrganizationManagerException
Thrown when delete operation is being performed on an orgnazation which has active members
See Also:
  • Constructor Details

    • OrganizationDeleteUsersExistException

      public OrganizationDeleteUsersExistException()
      Constructs a new validation failed exception with null as its detail message.
    • OrganizationDeleteUsersExistException

      public OrganizationDeleteUsersExistException(String message)
      Constructs a new validation failed exception with the specified detail message.
      Parameters:
      message - the detail message
    • OrganizationDeleteUsersExistException

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

      public OrganizationDeleteUsersExistException(Throwable cause)
      Constructs a new validation failed exception with the specified cause.
      Parameters:
      cause - the cause