Package org.apache.flink.runtime.taskexecutor.exceptions
-
Exception Summary Exception Description PartitionUpdateException Exception indicating a problem with the result partitions on theTaskExecutor
side.RegistrationTimeoutException Exception which indicates that theTaskExecutor
could not register at the master in time.SlotAllocationException Exception indicating that the slot allocation on the task manager failed.SlotOccupiedException Exception which signals that a slot is already occupied by the givenAllocationID
.TaskException Exception indicating a task related problem on theTaskExecutor
.TaskManagerException Base exception thrown by theTaskExecutor
.TaskSubmissionException Exception indicating a problem with theTask
submission at theTaskException
.