Class CouchbaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, BootstrapException, DcpOps.BadResponseStatusException, NotConnectedException, NotMyVbucketException, RollbackException, SSLException

public class CouchbaseException extends RuntimeException
Common parent exception to build a proper exception hierarchy inside the driver.
See Also:
  • Constructor Details

    • CouchbaseException

      public CouchbaseException()
    • CouchbaseException

      public CouchbaseException(String message)
    • CouchbaseException

      public CouchbaseException(String message, Throwable cause)
    • CouchbaseException

      public CouchbaseException(Throwable cause)