AccessViolationExceptionpublic class AccessViolationException extends AFException This exception is thrown by the server when a client tries to perform an
operation that it is not authorized to. |
Constructors Summary |
---|
public AccessViolationException(String message)Constructs an AccessViolationException object
super(message);
|
|