Package 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
The exception that is thrown when an action that requires ownership is
attempted by a principal that is not an owner of the object for which
ownership is required.
- See Also:
Acl,Owner, Serialized Form
-
Constructor Summary
Constructors Constructor Description NotOwnerException()Creates a newNotOwnerException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotOwnerException
public NotOwnerException()Creates a newNotOwnerException.
-