Package com.couchbase.client.dcp.core
Class CouchbaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.dcp.core.CouchbaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
,BootstrapException
,DcpOps.BadResponseStatusException
,NotConnectedException
,NotMyVbucketException
,RollbackException
,SSLException
Common parent exception to build a proper exception hierarchy inside the driver.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCouchbaseException
(String message) CouchbaseException
(String message, Throwable cause) CouchbaseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CouchbaseException
public CouchbaseException() -
CouchbaseException
-
CouchbaseException
-
CouchbaseException
-