Class 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:
  • Constructor Details

    • OutOfKeySpaceException

      public OutOfKeySpaceException(String reason)