public class DocumentNotFoundException extends DocumentException
Constructor and Description |
---|
DocumentNotFoundException() |
DocumentNotFoundException(java.lang.Exception casuedBy) |
DocumentNotFoundException(java.lang.String s) |
DocumentNotFoundException(java.lang.String docId,
java.lang.String revId)
Creates a document not found exception with the default message
|
DocumentNotFoundException(java.lang.String docId,
java.lang.String revId,
java.lang.Throwable e) |
DocumentNotFoundException(java.lang.String s,
java.lang.Throwable e) |
public DocumentNotFoundException()
public DocumentNotFoundException(java.lang.String docId, java.lang.String revId)
docId
- The document id of the document that could not be foundrevId
- The rev id of the document that could not be foundpublic DocumentNotFoundException(java.lang.String s)
public DocumentNotFoundException(java.lang.String s, java.lang.Throwable e)
public DocumentNotFoundException(java.lang.String docId, java.lang.String revId, java.lang.Throwable e)
public DocumentNotFoundException(java.lang.Exception casuedBy)