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
A catalog-related, runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogException(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
-
Constructor Details
-
CatalogException
- Parameters:
message- the detail message.
-
CatalogException
- Parameters:
cause- the cause.
-
CatalogException
- Parameters:
message- the detail message.cause- the cause.
-