Class TableDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.engine.table.impl.locations.TableDataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidatedRegionException
,TableLocationRemovedException
Exception thrown by various sub-systems for data access.
- See Also:
-
Constructor Summary
ConstructorDescriptionTableDataException
(@NotNull String message) TableDataException
(@NotNull String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableDataException
-
TableDataException
-
-
Method Details
-
wasInterrupted
public boolean wasInterrupted()- Returns:
- Whether this exception was caused by an interrupt
-