Class CredentialsManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.authentication.exceptions.CredentialsManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddRoleErrorException, AddUserErrorException, ClearUsersErrorException, ContainsRoleErrorException, ContainsUserErrorException, CountRolesErrorException, CountUsersErrorException, DuplicateLoginException, DuplicateRoleException, DuplicateUserIdException, GetAttributesErrorException, GetLoginErrorException, GetUserIdErrorException, InstallCredentialsErrorException, IsUserInRoleErrorException, ListRolesErrorException, ListUsersErrorException, RemoveCredentialsErrorException, RemoveRoleErrorException, RemoveUserErrorException, UnknownRoleErrorException, UnsupportedCredentialsTypeException, UpdateUserErrorException, VerifyCredentialsErrorException

public class CredentialsManagerException extends RuntimeException
See Also:
  • Constructor Details

    • CredentialsManagerException

      public CredentialsManagerException(String message)
    • CredentialsManagerException

      public CredentialsManagerException(String message, Throwable cause)
    • CredentialsManagerException

      public CredentialsManagerException(Throwable cause)