Class RoleGrantException

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

public class RoleGrantException extends RoleManagerException
The RoleGrantException class is used to construct failure messages during the grant operation of Role to one or more User entities.
See Also:
  • Constructor Details

    • RoleGrantException

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

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

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

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