org.objectweb.jac.aspects.authentication
Class AuthenticationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(String reason)
          Constructs a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException(String reason)
Constructs a new exception.

Parameters:
reason - the reason why the authentication failed

AuthenticationFailedException

public AuthenticationFailedException()