Class TableLoggerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonSystemSchemaException, SystemTableMissingSchemaException

public class TableLoggerException extends UncheckedDeephavenException
Unchecked exception that is decorated with the namespace and table was being operated on.
See Also:
  • Constructor Details

    • TableLoggerException

      public TableLoggerException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName)
    • TableLoggerException

      public TableLoggerException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, String reason)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()