Class 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:
    Serialized Form
    • Constructor Detail

      • ExceptionInMultipleInputOperatorException

        public ExceptionInMultipleInputOperatorException​(Throwable cause)
      • ExceptionInMultipleInputOperatorException

        public ExceptionInMultipleInputOperatorException​(String message,
                                                         Throwable cause)