Uses of Class
com.ithit.webdav.server.exceptions.DavException
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains exceptions that can be thrown by implementation.
-
Uses of DavException in com.ithit.webdav.server
Modifier and TypeMethodDescriptionvoid
MethodHandler.processRequest
(DavRequest request, DavResponse response, HierarchyItem item) Enables processing of HTTP Web requests by a custom handler.void
Engine.service
(DavRequest davRequest, DavResponse davResponse) Handles request. -
Uses of DavException in com.ithit.webdav.server.exceptions
Modifier and TypeClassDescriptionclass
Indicates that operation has failed due to a conflict with the current state of the hierarchy item.class
Means that operation could not be performed on the hierarchy item because the requested action depended on another action and that action failed.class
Indicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.class
Exception which shall be thrown when status for several items shall be known.class
The precondition given by the WebDAV client evaluated to false when it was tested on the server.class