Class RoleLookupException

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

public class RoleLookupException extends RoleManagerException
The RoleLookupException class is used to construct failure messages during modify, delete, get Role details operations of a Role.
See Also:
  • Constructor Details

    • RoleLookupException

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

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

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

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