java.security.acl
Class NotOwnerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.acl.NotOwnerException
public class
NotOwnerExceptionextends
Exception This exception is thrown whenever an operation is attempted that requires
the caller to be the owner of the access control list (ACL) when the caller
is in fact not the owner of the ACL.
Author:- Aaron M. Renn <arenn@urbanophile.com>
NotOwnerException
public NotOwnerException()
Initializes a new instance of NotOwnerException
that does
not have a descriptive message.