Package org.apache.flink.table.utils
Class NoCommonJoinKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.util.FlinkRuntimeException
-
- org.apache.flink.table.utils.NoCommonJoinKeyException
-
- All Implemented Interfaces:
Serializable
@Internal public class NoCommonJoinKeyException extends org.apache.flink.util.FlinkRuntimeExceptionThrown when a MultiJoin node has no common join key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCommonJoinKeyException(String message)NoCommonJoinKeyException(String message, Throwable cause)NoCommonJoinKeyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-