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 |
|
|---|---|
<init>()Constructs an AclNotFoundException. |
|