Class NumberTooBigException

  • All Implemented Interfaces:
    Serializable

    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.0
    Author:
    Simon Baslé
    See Also:
    Serialized Form
    • Constructor Detail

      • NumberTooBigException

        public NumberTooBigException()