Class CouchbaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, BackpressureException, BucketClosedException, ConfigurationException, DocumentConcurrentlyModifiedException, DocumentMutationLostException, EnvironmentException, NotConnectedException, ReplicaNotAvailableException, ReplicaNotConfiguredException, RequestCancelledException, ServiceNotAvailableException, SSLException

public class CouchbaseException extends RuntimeException
Common parent exception to build a proper exception hierachy inside the driver.
Since:
1.0
Author:
Michael Nitschinger
See Also: