Package com.ithit.webdav.server.exceptions


package com.ithit.webdav.server.exceptions
Contains exceptions that can be thrown by implementation.

Related Documentation

WebDAV RFC (4918)
  • Class
    Description
    Indicates that operation has failed due to a conflict with the current state of the hierarchy item.
    Base class for all exception thrown inside WebDavEngine.
    Means that operation could not be performed on the hierarchy item because the requested action depended on another action and that action failed.
    Status for an items to be included into multistatus response.
    Indicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.
    Exception which shall be thrown when status for several items shall be known.
    The precondition given by the WebDAV client evaluated to false when it was tested on the server.
    Status for a number of properties to be included into multistatus response.
    Response that may be present in multistatus response.
    Base class for responses to be included into multistatus response.
     
    Various status to describe operation result for an item.