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: AccessControlException.java 1374616 2012-08-18 17:26:07Z tv $
Author:
Rafal Krzewski
See Also:
Serialized Form
  • Constructor Details

    • AccessControlException

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