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
@Internal public class AmbiguousTableFactoryException extends AmbiguousTableFactoryException
Exception for finding more than oneTableFactoryfor the given properties.This replaces the deprecated
AmbiguousTableFactoryException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousTableFactoryException(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
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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)
-
-