Class OrganizationAlreadyDeletedException

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

public class OrganizationAlreadyDeletedException extends OrganizationManagerException
The OrganizationAlreadyDeletedException class is used when an attempt is made to delete an Organization whose status in the back-end DB is set to Deleted.
See Also:
  • Constructor Details

    • OrganizationAlreadyDeletedException

      public OrganizationAlreadyDeletedException()
      Constructs a new Organization already deleted exception with null as its detail message.
    • OrganizationAlreadyDeletedException

      public OrganizationAlreadyDeletedException(String message)
      Constructs a new Organization already deleted exception with the specified detail message.
      Parameters:
      message - the detail message
    • OrganizationAlreadyDeletedException

      public OrganizationAlreadyDeletedException(String message, Throwable cause)
      Constructs a new Organization already deleted exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • OrganizationAlreadyDeletedException

      public OrganizationAlreadyDeletedException(Throwable cause)
      Constructs a new deleted exception with the specified cause.
      Parameters:
      cause - the cause