Package org.apache.flink.table.api
Class NoMatchingTableFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.NoMatchingTableFactoryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoMatchingTableFactoryException
@Internal @Deprecated public class NoMatchingTableFactoryException extends RuntimeException
Deprecated.This exception is considered internal and has been erroneously placed in the *.api package. It is replaced byNoMatchingTableFactoryException
and should not be used directly anymore.Exception for not finding aTableFactory
for the given properties.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties)
Deprecated.NoMatchingTableFactoryException(String message, String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties)
Deprecated.NoMatchingTableFactoryException(String message, String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties, Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getMessage()
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, @Nullable String matchCandidatesMessage, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties, Throwable cause)
Deprecated.
-
NoMatchingTableFactoryException
public NoMatchingTableFactoryException(String message, Class<?> factoryClass, List<TableFactory> factories, Map<String,String> properties)
Deprecated.
-
-
Method Detail
-
getMessage
public String getMessage()
Deprecated.- Overrides:
getMessage
in classThrowable
-
-