Class SchemaNotFoundException

All Implemented Interfaces:
Serializable

public class SchemaNotFoundException extends UncheckedDeephavenException
Indicates that a requested schema was not found / does not exist.
See Also:
  • Constructor Details

    • SchemaNotFoundException

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

    • namespace

      public String namespace()
    • tableName

      public String tableName()