Class RoleRelationshipLookupException

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

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

    • RoleRelationshipLookupException

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

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

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

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