Class UnknownTaskExecutorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- org.apache.flink.runtime.resourcemanager.exceptions.UnknownTaskExecutorException
-
- All Implemented Interfaces:
Serializable
public class UnknownTaskExecutorException extends ResourceManagerException
Exception denoting that a requestedTaskExecutor
could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownTaskExecutorException(ResourceID taskExecutorId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownTaskExecutorException
public UnknownTaskExecutorException(ResourceID taskExecutorId)
-
-