@InterfaceStability.Experimental @InterfaceAudience.Public public class CannotInsertValueException extends SubDocumentException
Subdocument exception thrown when the provided value cannot be inserted at the given path.
Note that since the SDK serializes data to JSON beforehand, this cannot happen because value is invalid JSON (a TranscodingException
would be thrown instead in this case).
Constructor and Description |
---|
CannotInsertValueException(String reason) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotInsertValueException(String reason)
Copyright © 2015 Couchbase, Inc.