NOTE: This is a
DistributionDocument. This document is generated,
please do not change it. Put questions, error notes, and suggestions concerning the
documentation of this topic in the
comments section below. Use the
Support web for problems you are having
using TWiki.
Package TWiki::AccessControlException
extends Error
Exception used raise an access control violation.
ClassMethod new ($mode,$user,$web,$topic,$reason)
-
$mode - mode of access (view, change etc)
-
$user - user object doing the accessing
-
$web - web being accessed
-
$topic - topic being accessed
-
$reason - string reason for failure
All the above fields are accessible from the object in a catch clause
in the usual way e.g.
$e->{web} and
$e->{reason}
Generate a summary string
Comments & Questions about this Distribution Document Topic