Class 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:
6.0
Author:
Luke
See Also:
  • Constructor Details

    • 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 message
      doWarn - TRUE if the exception should be logged as a warning, otherwise FALSE