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