Package org.apache.fulcrum.security.acl
Class AccessControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.security.util.FulcrumSecurityException
org.apache.fulcrum.security.acl.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 Summary
Constructors Constructor Description AccessControlException(String msg)
Construct an AccessControlException with specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessControlException
Construct an AccessControlException with specified detail message.- Parameters:
msg
- The detail message.
-