Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Class java.security.acl.AclNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.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).


Constructor Index

AclNotFoundException()
Constructs an AclNotFoundException.

Constructors

AclNotFoundException
 public AclNotFoundException()
Constructs an AclNotFoundException.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)