Uses of Class
org.lightcouch.CouchDbException
-
-
Uses of CouchDbException in org.lightcouch
Subclasses of CouchDbException in org.lightcouch Modifier and Type Class Description class
DocumentConflictException
Thrown when a conflict is detected during save or update.class
NoDocumentException
Thrown when a requested document is not found.Methods in org.lightcouch that throw CouchDbException Modifier and Type Method Description private Response
CouchDbClientBase. getResponse(org.apache.http.HttpResponse response)
private java.util.List<Response>
CouchDbClientBase. getResponseList(org.apache.http.HttpResponse response)
-