Class CatalogException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.catalog.exceptions.CatalogException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class CatalogException extends RuntimeException
A catalog-related, runtime exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CatalogException(String message)
CatalogException(String message, Throwable cause)
CatalogException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-