/**@class java.security.acl.AclNotFoundException
@extends java.lang.Exception
This is an exception that is thrown whenever a reference is made to a
non-existent ACL (Access Control List).
@author Satish Dharmaraj
*/
var AclNotFoundException = {
};