Class TaskNotRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.operators.coordination.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:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskNotRunningException(String message) TaskNotRunningException(String taskDescription, ExecutionState state) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskNotRunningException
-
TaskNotRunningException
-