Class 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 Detail

      • NotOwnerException

        public NotOwnerException()
        Creates a new NotOwnerException.