Join us for ⁠#Android11: The Beta Launch Show on June 3!
Added in API level 1

AclNotFoundException

open class AclNotFoundException : Exception
kotlin.Any
   ↳ kotlin.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

Constructs an AclNotFoundException.

Public constructors

<init>

Added in API level 1
AclNotFoundException()

Constructs an AclNotFoundException.