Uses of Class
com.github.sardine.impl.SardineException
Packages that use SardineException
Package
Description
Response handler with stauts code validation for
HttpClient implementation.-
Uses of SardineException in com.github.sardine.impl.handler
Methods in com.github.sardine.impl.handler that throw SardineExceptionModifier and TypeMethodDescriptionExistsResponseHandler.handleResponse(org.apache.http.HttpResponse response) protected voidValidatingResponseHandler.validateResponse(org.apache.http.HttpResponse response) Checks the response for a statuscode betweenHttpStatus.SC_OKandHttpStatus.SC_MULTIPLE_CHOICESand throws anSardineExceptionotherwise.