Class SlotNotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.taskexecutor.slot.SlotNotActiveException
-
- All Implemented Interfaces:
Serializable
public class SlotNotActiveException extends Exception
Exception indicating that the givenTaskSlot
was not in state active.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotNotActiveException(JobID jobId, AllocationID allocationId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SlotNotActiveException
public SlotNotActiveException(JobID jobId, AllocationID allocationId)
-
-