Package com.couchbase.client.core.error
Class CouchbaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyShutdownException
,AnalyticsServiceException
,AuthenticationException
,CASMismatchException
,CollectionDoesNotExistException
,CollectionsNotAvailableException
,ConfigException
,CouchbaseOutOfMemoryException
,DecodingFailedException
,DocumentMutationLostException
,DurabilityAmbiguousException
,DurabilityImpossibleException
,DurabilityLevelNotAvailableException
,DurableWriteInProgressException
,EncodingFailedException
,KeyExistsException
,KeyNotFoundException
,MapperException
,OperationDoesNotExist
,QueryServiceException
,QueryStreamException
,ReplicaNotAvailableException
,ReplicaNotConfiguredException
,RequestTooBigException
,SearchServiceException
,SecurityException
,ServiceNotAvailableException
,SubDocumentException
,TemporaryFailureException
,TemporaryLockFailureException
,ViewServiceException
public class CouchbaseException extends RuntimeException
The parent class for all exceptions created by this SDK (or clients using it).- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouchbaseException()
CouchbaseException(String message)
CouchbaseException(String message, Throwable cause)
CouchbaseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
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
-
-