Class RoleMemberException

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

public class RoleMemberException extends RoleManagerException
The RoleMemberException class is used to construct failure messages during the retrieval operation of Role members. The Role members can be direct or indirect.
See Also:
  • Constructor Details

    • RoleMemberException

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

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

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

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