Class RoleRelationshipRemoveException

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

public class RoleRelationshipRemoveException extends RoleManagerException
The RoleRelationshipRemoveException class is used to construct failure messages during the remove operation of direct Role relationships.
See Also:
  • Constructor Details

    • RoleRelationshipRemoveException

      public RoleRelationshipRemoveException()
      Constructs a new super exception with null as its detail message.
    • RoleRelationshipRemoveException

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

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

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