Class NumberTooBigException

All Implemented Interfaces:
Serializable

public class NumberTooBigException extends CouchbaseException
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).
See Also:
  • Constructor Details

    • NumberTooBigException

      public NumberTooBigException(ErrorContext ctx)