Class OrganizationEntityOperationException

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

public class OrganizationEntityOperationException extends OrganizationManagerException
The OrganizationEntityOperationException class is used to construct generic failure messages while performing certain operation on an Organization. Example - data type or format for a specified attribute is invalid.
See Also:
  • Constructor Details

    • OrganizationEntityOperationException

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

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