com.uwyn.rife.authentication.sessionvalidators.exceptions
Class RoleCheckErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.uwyn.rife.authentication.exceptions.SessionValidatorException
com.uwyn.rife.authentication.sessionvalidators.exceptions.RoleCheckErrorException
- All Implemented Interfaces:
- Serializable
public class RoleCheckErrorException
- extends SessionValidatorException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RoleCheckErrorException
public RoleCheckErrorException(String authId,
String hostIp,
String role)
RoleCheckErrorException
public RoleCheckErrorException(String authId,
String hostIp,
String role,
Throwable cause)
getAuthId
public String getAuthId()
getHostIp
public String getHostIp()
getRole
public String getRole()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.