Class AccessControlException

All Implemented Interfaces:
Serializable

public class AccessControlException extends FulcrumSecurityException
Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
Version:
$Id$
Author:
Rafal Krzewski
See Also:
  • Constructor Details

    • AccessControlException

      public AccessControlException(String msg)
      Construct an AccessControlException with specified detail message.
      Parameters:
      msg - The detail message.