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

      • ExceptionInChainedOperatorException

        public ExceptionInChainedOperatorException​(Throwable cause)
      • ExceptionInChainedOperatorException

        public ExceptionInChainedOperatorException​(String message,
                                                   Throwable cause)