Class TableNotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.TableNotExistException
All Implemented Interfaces:
Serializable

@PublicEvolving public class TableNotExistException extends RuntimeException
Exception for an operation on a nonexistent table.
See Also:
  • Constructor Details

    • TableNotExistException

      public TableNotExistException(String catalogName, String tableName)
    • TableNotExistException

      public TableNotExistException(String catalog, String table, Throwable cause)