org.objectweb.jac.aspects.authentication
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jac.aspects.authentication.AuthenticationFailedException
- All Implemented Interfaces:
- Serializable
- public class AuthenticationFailedException
- extends Exception
This exception is thrown when the authentication process fails.
When the access is denied, the thrown exception is
AccessDeniedException
.
- See Also:
AccessDeniedException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationFailedException
public AuthenticationFailedException(String reason)
- Constructs a new exception.
- Parameters:
reason
- the reason why the authentication failed
AuthenticationFailedException
public AuthenticationFailedException()