Package org.apache.flink.table.api
Class TableNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.TableNotExistException
- All Implemented Interfaces:
Serializable
Exception for an operation on a nonexistent table.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableNotExistException(String catalogName, String tableName) TableNotExistException(String catalog, String table, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableNotExistException
-
TableNotExistException
-