org.norther.tammi.core.security
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.norther.tammi.core.security.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends GeneralSecurityException

An exception thrown when trying to access a resource denied by an access controller.

Author:
Ilkka Priha
See Also:
Serialized Form

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


AccessDeniedException

public AccessDeniedException(String msg)
Constructs a new exception with a message.

Parameters:
msg -


Copyright © 2004 The Norther Organization. All rights reserved.