Class TableIOException

All Implemented Interfaces:
Serializable

public class TableIOException extends UncheckedTableException
See Also:
  • Constructor Details

    • TableIOException

      public TableIOException(String reason, Throwable cause)
    • TableIOException

      public TableIOException(@NotNull String namespace, @NotNull String tableName, @Nullable String reason)
    • TableIOException

      public TableIOException(@NotNull String namespace, @NotNull String tableName, @Nullable String reason, Throwable cause)