Class PathMismatchException

  • All Implemented Interfaces:
    Serializable

    public class PathMismatchException
    extends CouchbaseException
    Subdocument exception thrown when the path structure conflicts with the document structure (for example, if a path mentions foo.bar[0].baz, but foo.bar is actually a JSON object).
    See Also:
    Serialized Form