org.norther.tammi.core.security
Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.