Class IsUserInRoleErrorException

All Implemented Interfaces:
Serializable

public class IsUserInRoleErrorException extends CredentialsManagerException
See Also:
  • Constructor Details

    • IsUserInRoleErrorException

      public IsUserInRoleErrorException(long userId, String role)
    • IsUserInRoleErrorException

      public IsUserInRoleErrorException(long userId, String role, DatabaseException cause)
  • Method Details

    • getUserId

      public long getUserId()
    • getRole

      public String getRole()