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
@PublicEvolving public class TableNotExistException extends RuntimeException
Exception for an operation on a nonexistent table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableNotExistException(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
-
-