Package io.deephaven.engine.exceptions
package io.deephaven.engine.exceptions
-
ExceptionsClassDescription
UncheckedDeephavenExceptionused when an action is cancelled or interrupted.This exception is thrown whenConstructSnapshotfails 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 whenConstructSnapshotfails to successfully execute the data snapshot function in an otherwise consistent state.AnUncheckedPermissionExceptionderivative which indicates a table may not be accessed for one reason or another.This exception is thrown when anupdate listenercannot be added to aTablebecause it has already failed.AnUncheckedTableExceptionderivative which indicates a table was unable to be initialized for one reason or another.AnUncheckedDeephavenExceptionthat indicates an issue with permissions.A generic unchecked exception for problems related toTableoperations.