In this section we will discuss about the class hierarchy of AclNotFoundException Class in Java.
This class extends the java.lang.Exception class. An application throws such exception when tried to make a reference to such ACL (Access Control List) which has no existence. Hierarchy of this class is shown by a diagram which is given below :

Constructor Detail
| AclNotFoundException() | This is default constructor which creates a new AclNotFoundException object. Syntax : public AclNotFoundException() |
Method Detail
This class doesn't define its own method. Methods in this class are inherited from its parent classes.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java AclNotFoundException Class Hierarchy
Post your Comment