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
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 Summary
ConstructorsConstructorDescriptionConstruct 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.
-