Class ExceptionInMultipleInputOperatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.util.FlinkRuntimeException
org.apache.flink.util.WrappingRuntimeException
org.apache.flink.table.runtime.operators.multipleinput.output.ExceptionInMultipleInputOperatorException
All Implemented Interfaces:
Serializable

@Internal public class ExceptionInMultipleInputOperatorException extends org.apache.flink.util.WrappingRuntimeException
A special exception that signifies that the cause exception came from a MultipleInputStreamOperatorBase.
See Also:
  • Constructor Details

    • ExceptionInMultipleInputOperatorException

      public ExceptionInMultipleInputOperatorException(Throwable cause)
    • ExceptionInMultipleInputOperatorException

      public ExceptionInMultipleInputOperatorException(String message, Throwable cause)