Package rife.authentication.exceptions
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
- See Also:
-
Constructor Summary
ConstructorDescriptionCredentialsManagerException
(String message) CredentialsManagerException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CredentialsManagerException
-
CredentialsManagerException
-
CredentialsManagerException
-