Package org.lightcouch
Class CouchDbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.lightcouch.CouchDbException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DocumentConflictException
,NoDocumentException
public class CouchDbException extends java.lang.RuntimeException
Base runtime exception class.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CouchDbException(java.lang.String message)
CouchDbException(java.lang.String message, java.lang.Throwable cause)
CouchDbException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-