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.FlinkExceptionAn exception indicating that a target task is not running.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskNotRunningException(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 Detail
-
TaskNotRunningException
public TaskNotRunningException(String message)
-
TaskNotRunningException
public TaskNotRunningException(String taskDescription, ExecutionState state)
-
-