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:
java.io.Serializable
public class DocumentConflictException extends CouchDbException
Thrown when a conflict is detected during save or update.- Since:
- 0.0.2
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description DocumentConflictException(java.lang.String message)
DocumentConflictException(java.lang.String message, java.lang.Throwable cause)
DocumentConflictException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentConflictException
public DocumentConflictException(java.lang.String message)
-
DocumentConflictException
public DocumentConflictException(java.lang.Throwable cause)
-
DocumentConflictException
public DocumentConflictException(java.lang.String message, java.lang.Throwable cause)
-
-