Class NoDocumentException

All Implemented Interfaces:
Serializable

public class NoDocumentException extends CouchDbException
Thrown when a requested document is not found.
Since:
0.0.2
See Also:
  • Field Details

  • Constructor Details

    • NoDocumentException

      public NoDocumentException(String message)
    • NoDocumentException

      public NoDocumentException(Throwable cause)
    • NoDocumentException

      public NoDocumentException(String message, Throwable cause)