java.security.acl
Class NotOwnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.acl.NotOwnerException
- All Implemented Interfaces:
- Serializable
public class NotOwnerException
- extends 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.
- See Also:
- Serialized Form
Constructor Summary |
NotOwnerException()
Initializes a new instance of NotOwnerException that does
not have a descriptive message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotOwnerException
public NotOwnerException()
- Initializes a new instance of
NotOwnerException
that does
not have a descriptive message.