Class TableLocationRemovedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.engine.table.impl.locations.TableDataException
io.deephaven.engine.table.impl.locations.TableLocationRemovedException
- All Implemented Interfaces:
Serializable
This exception is thrown when a
TableLocation
that was in use by a Table
is removed.- See Also:
-
Constructor Summary
ConstructorDescriptionTableLocationRemovedException
(@NotNull String message, @NotNull ImmutableTableLocationKey... locationKeys) -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.locations.TableDataException
wasInterrupted
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableLocationRemovedException
public TableLocationRemovedException(@NotNull @NotNull String message, @NotNull @NotNull ImmutableTableLocationKey... locationKeys)
-
-
Method Details
-
getLocationKeys
-