Class SchemaNotFoundException

All Implemented Interfaces:
Serializable

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

    • SchemaNotFoundException

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

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

    • namespace

      public String namespace()
    • tableName

      public String tableName()