Class UserTableIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserTableDeleteException, UserTableWriteException

public class UserTableIOException extends UncheckedDeephavenException
Unchecked exception representing a failure in IO, e.g. writing or deleting part or all of a user table.
See Also:
  • Constructor Details

    • UserTableIOException

      public UserTableIOException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason)
    • UserTableIOException

      public UserTableIOException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason, @NotNull @NotNull Throwable cause)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()