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

public class TableDataException extends RuntimeException
Exception thrown by various sub-systems for data access.
See Also:
  • Constructor Details

    • TableDataException

      public TableDataException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)
    • TableDataException

      public TableDataException(@NotNull @NotNull String message)
  • Method Details

    • wasInterrupted

      public boolean wasInterrupted()
      Returns:
      Whether this exception was caused by an interrupt