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