Package io.deephaven.engine.exceptions
package io.deephaven.engine.exceptions
-
ClassDescription
UncheckedDeephavenException
used when an action is cancelled or interrupted.This exception is thrown whenConstructSnapshot
fails to successfully collect snapshot data for a column in parallel.Some operations can pre-compute the necessary key-space needed to correctly maintain the intended result.Operations that require input to conform to ordering requirements may throw this exception when out of order data is encountered.This exception is used when a result cannot be returned because the request was cancelled.This exception is thrown whenConstructSnapshot
fails to successfully execute the data snapshot function in an otherwise consistent state.AnUncheckedPermissionException
derivative which indicates a table may not be accessed for one reason or another.This exception is thrown when anupdate listener
cannot be added to aTable
because it has already failed.AnUncheckedTableException
derivative which indicates a table was unable to be initialized for one reason or another.AnUncheckedDeephavenException
that indicates an issue with permissions.A generic unchecked exception for problems related toTable
operations.