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