Class SubDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.CouchbaseException
com.couchbase.client.java.error.subdoc.SubDocumentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadDeltaException
,CannotInsertValueException
,DocumentNotJsonException
,DocumentTooDeepException
,MultiMutationException
,NumberTooBigException
,PathExistsException
,PathInvalidException
,PathMismatchException
,PathNotFoundException
,PathTooDeepException
,ValueTooDeepException
,XattrOrderingException
@Committed @Public public abstract class SubDocumentException extends CouchbaseException
An abstract common class for all
CouchbaseException
that relates
to the sub-document feature.- Since:
- 2.2
- Author:
- Simon Baslé
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protected
SubDocumentException(String message)
protected
SubDocumentException(String message, Throwable cause)
protected
SubDocumentException(Throwable cause)
-
Method Summary
Methods inherited from class com.couchbase.client.core.CouchbaseException
details, details, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubDocumentException
-
SubDocumentException
-
SubDocumentException
-