Class OrganizationCreateException

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

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

    • OrganizationCreateException

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

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