Class OrganizationModificationException

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

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

    • OrganizationModificationException

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

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