Class UserTableMissingSchemaException

All Implemented Interfaces:
Serializable

public class UserTableMissingSchemaException extends UncheckedDeephavenException
Unchecked exception representing a missing user table definition.
See Also:
  • Constructor Details

    • UserTableMissingSchemaException

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

      public UserTableMissingSchemaException(@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()