com.uwyn.rife.authentication.credentialsmanagers.exceptions
Class IsUserInRoleErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.authentication.exceptions.CredentialsManagerException
com.uwyn.rife.authentication.credentialsmanagers.exceptions.IsUserInRoleErrorException
- All Implemented Interfaces:
- Serializable
public class IsUserInRoleErrorException
- extends CredentialsManagerException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IsUserInRoleErrorException
public IsUserInRoleErrorException(long userId,
String role)
IsUserInRoleErrorException
public IsUserInRoleErrorException(long userId,
String role,
DatabaseException cause)
getUserId
public long getUserId()
getRole
public String getRole()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.