JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.authentication
Class AccessDeniedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.jac.aspects.authentication.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends Exception

This exception is thrown when the access to a given method is denied for the current user.

The authentication process may fail for other reasons, then the AuthenticationFailedException is thrown.

See Also:
AuthenticationFailedException, Serialized Form

Constructor Summary
AccessDeniedException()
          Constructs a new exception with no particular message.
AccessDeniedException(String message)
          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

AccessDeniedException

public AccessDeniedException()
Constructs a new exception with no particular message.


AccessDeniedException

public AccessDeniedException(String message)
Constructs a new exception.

Parameters:
message - an associated message

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli