Class CouchDbException

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

public class CouchDbException extends RuntimeException
Base runtime exception class.
See Also:
  • Field Details

  • Constructor Details

    • CouchDbException

      public CouchDbException(String message)
    • CouchDbException

      public CouchDbException(Throwable cause)
    • CouchDbException

      public CouchDbException(String message, Throwable cause)