Package org.lightcouch
Class NoDocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.lightcouch.CouchDbException
-
- org.lightcouch.NoDocumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoDocumentException extends CouchDbException
Thrown when a requested document is not found.- 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 NoDocumentException(java.lang.String message)
NoDocumentException(java.lang.String message, java.lang.Throwable cause)
NoDocumentException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-