Package io.deephaven.engine.exceptions
Class OutOfKeySpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.exceptions.OutOfKeySpaceException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfKeySpaceException
-