Package org.apache.flink.table.factories
Class AmbiguousTableFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.api.AmbiguousTableFactoryException
org.apache.flink.table.factories.AmbiguousTableFactoryException
- All Implemented Interfaces:
Serializable
Exception for finding more than one
TableFactory for the given properties.
This replaces the deprecated AmbiguousTableFactoryException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties) AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties, Throwable cause) -
Method Summary
Methods inherited from class org.apache.flink.table.api.AmbiguousTableFactoryException
getMessageMethods 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) -
AmbiguousTableFactoryException
public AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> factoryClass, List<TableFactory> factories, Map<String, String> properties)
-