Class SubDocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.core.error.subdoc.SubDocumentException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadDeltaException
,CannotInsertValueException
,DocumentNotJsonException
,DocumentTooDeepException
,MultiMutationException
,NumberTooBigException
,PathExistsException
,PathInvalidException
,PathMismatchException
,PathNotFoundException
,PathTooDeepException
,ValueTooDeepException
,XattrInvalidFlagComboException
,XattrUnknownMacroException
public abstract class SubDocumentException extends CouchbaseException
An abstract common class for allCouchbaseException
that relates to the sub-document feature.- Since:
- 2.0
- 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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-