Class RoleGrantRevokeException

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

public class RoleGrantRevokeException extends RoleManagerException
The RoleGrantRevokeException class is used to construct failure messages during the revoke operation of granted Role(s) to one or more User entities.
See Also:
  • Constructor Details

    • RoleGrantRevokeException

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

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

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

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