Package org.lightcouch
Class DocumentConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lightcouch.CouchDbException
org.lightcouch.DocumentConflictException
- All Implemented Interfaces:
Serializable
Thrown when a conflict is detected during save or update.
- Since:
- 0.0.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentConflictException
(String message) DocumentConflictException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DocumentConflictException
-
DocumentConflictException
-
DocumentConflictException
-