Package io.objectbox.exception
Class NumericOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.objectbox.exception.DbException
-
- io.objectbox.exception.NumericOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class NumericOverflowException extends DbException
Thrown if a property query aggregate function can not compute a result due to a number type overflowing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumericOverflowException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
-
-