Package java.security.acl
Class AclNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.acl.AclNotFoundException
- All Implemented Interfaces:
Serializable
public class AclNotFoundException extends Exception
The exception, that is thrown when a reference to a non-existent Access
Control List (ACL) is made.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AclNotFoundException()Creates a newAclNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AclNotFoundException
public AclNotFoundException()Creates a newAclNotFoundException.
-