Class RoleGrantLookupException

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

public class RoleGrantLookupException extends RoleManagerException
The RoleGrantLookupException class is used to construct failure messages during the lookup operation of Role grant attributes. The lookup can be performed either by specifying the Keys or attribute-value pairs.
See Also:
  • Constructor Details

    • RoleGrantLookupException

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

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

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

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