Klasse AccessControlException

Alle implementierten Schnittstellen:
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$
Autor:
Rafal Krzewski
Siehe auch:
  • Konstruktordetails

    • AccessControlException

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