public class

AclNotFoundException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.security.acl.AclNotFoundException

Class Overview

This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).

Summary

Public Constructors
AclNotFoundException()
Constructs an AclNotFoundException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AclNotFoundException ()

Constructs an AclNotFoundException.