Uses of Class
com.ithit.webdav.server.exceptions.Response
Package
Description
Contains exceptions that can be thrown by implementation.
-
Uses of Response in com.ithit.webdav.server.exceptions
Modifier and TypeClassDescriptionfinal class
Status for an items to be included into multistatus response.class
Response that may be present in multistatus response.Modifier and TypeMethodDescriptionResponse[]
MultistatusException.getResponses()
Gets the array of the responses for multiple hierarchy items in this multistatus response.Modifier and TypeMethodDescriptionvoid
MultistatusException.addResponses
(Response... responses) Adds responses for items.