Package com.illumon.iris.db.v2.utils
Class OutOfKeySpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.v2.utils.OutOfKeySpaceException
- All Implemented Interfaces:
Serializable
public class OutOfKeySpaceException extends UncheckedDeephavenException
Some operations can pre-compute the necessary key-space needed to correctly maintain the intended result. If the
key-space exceeds Long.MAX_VALUE then it may throw this exception with additional details and suggestions to
work-around this limit.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OutOfKeySpaceException(String reason)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString