java.security.acl
Class NotOwnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotOwnerException

public NotOwnerException()
Initializes a new instance of NotOwnerException that does not have a descriptive message.