FileDocCategorySizeDatePackage
AccessViolationException.javaAPI DocGlassfish v2 API2369Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.exception

AccessViolationException

public 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.

Fields Summary
Constructors Summary
public AccessViolationException(String message)
Constructs an AccessViolationException object

param
message

        super(message);
    
Methods Summary