FileDocCategorySizeDatePackage
AclNotFoundException.javaAPI DocJava SE 5 API602Fri Aug 26 14:57:16 BST 2005java.security.acl

AclNotFoundException

public class AclNotFoundException extends Exception
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
author
Satish Dharmaraj

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AclNotFoundException()
Constructs an AclNotFoundException.


            
      
    
Methods Summary