Class ExceptionInChainedOperatorException

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.streaming.runtime.tasks.ExceptionInChainedOperatorException
All Implemented Interfaces:
Serializable

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

    • ExceptionInChainedOperatorException

      public ExceptionInChainedOperatorException(Throwable cause)
    • ExceptionInChainedOperatorException

      public ExceptionInChainedOperatorException(String message, Throwable cause)