Class IsUserInRoleErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.authentication.exceptions.CredentialsManagerException
rife.authentication.credentialsmanagers.exceptions.IsUserInRoleErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionIsUserInRoleErrorException
(long userId, String role) IsUserInRoleErrorException
(long userId, String role, DatabaseException 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
-
IsUserInRoleErrorException
-
IsUserInRoleErrorException
-
-
Method Details
-
getUserId
public long getUserId() -
getRole
-