@InterfaceStability.Committed @InterfaceAudience.Public public class NumberTooBigException extends SubDocumentException
Subdocument exception thrown when existing number value in document is too big.
The value is interpreted as 64 bit on the server side so the acceptable range is that of Java’s long (Long.MIN_VALUE
to Long.MAX_VALUE
).
Constructor and Description |
---|
NumberTooBigException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Couchbase, Inc.