See: Description
| Class | Description |
|---|---|
| ItemResponse |
Status for an items to be included into multistatus response.
|
| PropStat |
Status for a number of properties to be included into multistatus response.
|
| PropStatResponse |
Response that may be present in multistatus response.
|
| Response |
Base class for responses to be included into multistatus response.
|
| WebDavStatus |
Various status to describe operation result for an item.
|
| Exception | Description |
|---|---|
| ConflictException |
Indicates that operation has failed due to a conflict with
the current state of the hierarchy item.
|
| DavException |
Base class for all exception thrown inside WebDavEngine.
|
| FailedDependencyException |
Means that operation could not be performed on the hierarchy item because
the requested action depended on another action and that action failed.
|
| LockedException |
Indicates that operation has failed because the source or destination hierarchy item is locked
and client did not provide lock token.
|
| MultistatusException |
Exception which shall be thrown when status for several items shall be known.
|
| PreconditionFailedException |
The precondition given by the WebDAV client evaluated to false
when it was tested on the server.
|
| ServerException |
Copyright © ITHit. All Rights Reserved.