Class ValueInvalidException

  • All Implemented Interfaces:
    Serializable

    public class ValueInvalidException
    extends CouchbaseException
    Subdocument exception thrown when the provided value cannot be inserted at the given path. It is actually thrown when the delta in an counter operation is valid, but applying that delta would result in an out-of-range number (over Long.MAX_VALUE or under Long.MIN_VALUE).
    See Also:
    Serialized Form