Class TaskNotRunningException

  • All Implemented Interfaces:
    Serializable

    public class TaskNotRunningException
    extends org.apache.flink.util.FlinkException
    An exception indicating that a target task is not running.
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskNotRunningException

        public TaskNotRunningException​(String message)
      • TaskNotRunningException

        public TaskNotRunningException​(String taskDescription,
                                       ExecutionState state)