Class TaskManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.taskexecutor.exceptions.TaskManagerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PartitionUpdateException
,RegistrationTimeoutException
,SlotAllocationException
,TaskException
,TaskSubmissionException
public class TaskManagerException extends Exception
Base exception thrown by theTaskExecutor
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskManagerException(String message)
TaskManagerException(String message, Throwable cause)
TaskManagerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-