Uses of Class
com.ithit.webdav.server.exceptions.DavException
Packages that use 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
Methods in com.ithit.webdav.server that throw DavExceptionModifier and TypeMethodDescriptionvoidMethodHandler.processRequest(DavRequest request, DavResponse response, HierarchyItem item) Enables processing of HTTP Web requests by a custom handler.voidEngine.service(DavRequest davRequest, DavResponse davResponse) Handles request. -
Uses of DavException in com.ithit.webdav.server.exceptions
Subclasses of DavException in com.ithit.webdav.server.exceptionsModifier and TypeClassDescriptionclassIndicates that operation has failed due to a conflict with the current state of the hierarchy item.classMeans that operation could not be performed on the hierarchy item because the requested action depended on another action and that action failed.classIndicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.classException which shall be thrown when status for several items shall be known.classThe precondition given by the WebDAV client evaluated to false when it was tested on the server.class