Class SchemaNotFoundException

All Implemented Interfaces:
Serializable

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

    • SchemaNotFoundException

      public SchemaNotFoundException(String namespace, String tableName)
    • SchemaNotFoundException

      public SchemaNotFoundException(String namespace, String tableName, String message)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()