Class CouchDbException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentConflictException, NoDocumentException

public class CouchDbException extends RuntimeException
Base runtime exception class.
Author:
Ahmed Yehia
See Also:
  • Constructor Details

    • CouchDbException

      public CouchDbException(String message)
    • CouchDbException

      public CouchDbException(Throwable cause)
    • CouchDbException

      public CouchDbException(String message, Throwable cause)