Classes
Class | Description | |
---|---|---|
WebDavConflictException |
This exception is thrown when a request cannot be completed due to a conflict with the requested
resource.
Statuscode: 409 Conflict.
| |
WebDavException |
This exception, or a descendant, is thrown when requests fail, specifying the status code
that the server should return back to the client.
| |
WebDavForbiddenException |
Statuscode: 403 Forbidden.
| |
WebDavInternalServerException |
This exception is thrown when the server throws a different exception than the standard
ones that
WebDavServer knows how to respond to.
Statuscode: 500 Internal Server Error.
| |
WebDavLengthRequiredException |
Statuscode: 411 Length Required.
| |
WebDavMethodNotAllowedException |
This exception is thrown when a request uses a HTTP method to request or manipulate a resource
for which the specified HTTP method is not allowed.
Statuscode: 405 Method Not Allowed.
| |
WebDavNotFoundException |
This exception is thrown when a request tries to access a resource that does not exist.
Statuscode: 404 Not Found.
| |
WebDavNotImplementedException |
This exception is thrown when a request uses a HTTP method or functionality that has yet to
be implemented.
Statuscode: 501 Not Implemented.
| |
WebDavPreconditionFailedException |
This exception is thrown when one of the preconditions failed.
Statuscode: 412 Precondition Failed.
| |
WebDavUnauthorizedException |
This exception is thrown when the user is not authorized to execute the request.
Statuscode: 401 Unauthorized.
| |
WebDavUnsupportedMediaTypeException |
This exception is thrown when the media type is unsupported.
Statuscode: 415 Unsupported Media Type
|