Class NumberTooBigException

All Implemented Interfaces:
Serializable

@Committed
@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).
Since:
2.2
Author:
Simon Baslé
See Also:
Serialized Form
  • Constructor Details

    • NumberTooBigException

      public NumberTooBigException()