Most visited

Recently visited

Added in API level 1

AclNotFoundException

public class AclNotFoundException
extends Exception

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


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.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

AclNotFoundException

Added in API level 1
AclNotFoundException ()

Constructs an AclNotFoundException.

Hooray!