Package org.apache.fulcrum.security.acl
Klasse AccessControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.security.util.FulcrumSecurityException
org.apache.fulcrum.security.acl.AccessControlException
- Alle implementierten Schnittstellen:
Serializable
Thrown to indicate that the User attempted to perform an operation that was
not permitted by the security settings.
- Version:
- $Id$
- Autor:
- Rafal Krzewski
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstruct an AccessControlException with specified detail message. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
AccessControlException
Construct an AccessControlException with specified detail message.- Parameter:
msg
- The detail message.
-