Class OrganizationDeleteException

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

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

    • OrganizationDeleteException

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

      public OrganizationDeleteException(String message)
      Constructs a new Organization delete exception with the specified detail message.
      Parameters:
      message - the detail message