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 by AmbiguousTableFactoryException and should not be used directly anymore.
Exception for finding more than one TableFactory for the given properties.
See Also: