Class SlotNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
-
- All Implemented Interfaces:
Serializable
public class SlotNotFoundException extends Exception
Exception indicating that aTaskSlot
could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotNotFoundException(String message)
SlotNotFoundException(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
-
SlotNotFoundException
public SlotNotFoundException(AllocationID allocationId)
-
SlotNotFoundException
public SlotNotFoundException(String message)
-
-