Class SlotOccupiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.taskexecutor.exceptions.TaskManagerException
org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
- All Implemented Interfaces:
Serializable
Exception which signals that a slot is already occupied by the given
AllocationID.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSlotOccupiedException(String message, AllocationID allocationId, org.apache.flink.api.common.JobID jobId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SlotOccupiedException
public SlotOccupiedException(String message, AllocationID allocationId, org.apache.flink.api.common.JobID jobId)
-
-
Method Details
-
getAllocationId
-
getJobId
public org.apache.flink.api.common.JobID getJobId()
-