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übersichtKonstruktorenKonstruktorBeschreibungConstruct an AccessControlException with specified detail message.
- 
MethodenübersichtVon Klasse geerbte Methoden java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Konstruktordetails- 
AccessControlExceptionConstruct an AccessControlException with specified detail message.- Parameter:
- msg- The detail message.
 
 
-