This runtime exception is thrown when an access control check indicates that
access should not be granted.
Constructor Summary
public
AccessControlException(String message) Constructs a new instance of this class with its walkback and message
filled in.
public
AccessControlException(String message, Permission perm) Constructs a new instance of this class with its walkback, message and
associated permission all filled in.
Constructs a new instance of this class with its walkback, message and
associated permission all filled in.
Parameters: message - String The detail message for the exception. Parameters: perm - Permission The failed permission.