Class TableNotExistException

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

@PublicEvolving public class TableNotExistException extends Exception
Exception for trying to operate on a table (or view) that doesn't exist.
See Also:
  • Constructor Details

    • TableNotExistException

      public TableNotExistException(String catalogName, ObjectPath tablePath)
    • TableNotExistException

      public TableNotExistException(String catalogName, ObjectPath tablePath, Throwable cause)