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 Details

    • NotOwnerException

      public NotOwnerException()
      Creates a new NotOwnerException.