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
@Internal @Deprecated public class AmbiguousTableFactoryException extends RuntimeException
Deprecated.This exception is considered internal and has been erroneously placed in the *.api package. It is replaced byAmbiguousTableFactoryException
and should not be used directly anymore.Exception for finding more than oneTableFactory
for the given properties.- 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)
Deprecated.AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories, Class<? extends TableFactory> 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
-
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 Detail
-
getMessage
public String getMessage()
Deprecated.- Overrides:
getMessage
in classThrowable
-
-