Package org.apache.flink.table.api
Class AmbiguousTableFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.AmbiguousTableFactoryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousTableFactoryException
Deprecated.
Exception for finding more than one
TableFactory for the given properties.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties) Deprecated.AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousTableFactoryException
public AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties, Throwable cause) Deprecated. -
AmbiguousTableFactoryException
public AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties) Deprecated.
-
-
Method Details
-
getMessage
Deprecated.- Overrides:
getMessagein classThrowable
-
AmbiguousTableFactoryExceptionand should not be used directly anymore.