Class UserMembershipException

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

public class UserMembershipException extends RoleManagerException
Thrown if there is any exception while finding role/group memberships for a user
See Also:
  • Constructor Details

    • UserMembershipException

      public UserMembershipException()
      Constructs a UserMembershipException with null as its detail message.
    • UserMembershipException

      public UserMembershipException(String message)
      Constructs a UserMembershipException with the specified detail message.
      Parameters:
      message - the detail message
    • UserMembershipException

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

      public UserMembershipException(Throwable cause)
      Constructs a UserMembershipException with the specified cause.
      Parameters:
      cause - the cause