Uses of Package
com.ithit.webdav.server.exceptions
Packages that use com.ithit.webdav.server.exceptions
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains interfaces required by DeltaV compatible servers.
Contains exceptions that can be thrown by implementation.
Provides classes for handling resumable upload.
Contains interfaces for creating server which supports collection synchronization.
-
Classes in com.ithit.webdav.server.exceptions used by com.ithit.webdav.serverClassDescriptionIndicates that operation has failed due to a conflict with the current state of the hierarchy item.Base class for all exception thrown inside WebDavEngine.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.
-
Classes in com.ithit.webdav.server.exceptions used by com.ithit.webdav.server.deltavClassDescriptionIndicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.
-
Classes in com.ithit.webdav.server.exceptions used by com.ithit.webdav.server.exceptionsClassDescriptionBase class for all exception thrown inside WebDavEngine.Status for a number of properties to be included into multistatus response.Base class for responses to be included into multistatus response.Various status to describe operation result for an item.
-
Classes in com.ithit.webdav.server.exceptions used by com.ithit.webdav.server.resumableuploadClassDescriptionIndicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.
-
Classes in com.ithit.webdav.server.exceptions used by com.ithit.webdav.server.synchronization