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