org.deltava.security.command
Class AccessControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deltava.servlet.ControllerException
org.deltava.commands.CommandException
org.deltava.security.command.AccessControlException
- All Implemented Interfaces:
- Serializable
public class AccessControlException
- extends CommandException
An exception thrown by an access controller. By default, stack traces of access
control exceptions are not logged.
- Since:
- 1.0
- Version:
- 2.3
- Author:
- Luke
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AccessControlException
AccessControlException(String msg)
- Cretes a new access control exception with a particular message.
- Parameters:
msg - the message
AccessControlException
AccessControlException(String msg,
boolean doWarn)
- Creates a new access control exception with a particular message, and optionally
sets the warning flag.
- Parameters:
msg - the messagedoWarn - TRUE if the exception should be logged as a warning, otherwise FALSE
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.