Class 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 Details

    • SubDocumentException

      protected SubDocumentException​(String message)
    • SubDocumentException

      protected SubDocumentException​(String message, Throwable cause)
    • SubDocumentException

      protected SubDocumentException​(Throwable cause)