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 a TaskSlot could not be found.
See Also:
  • Constructor Details

    • SlotNotFoundException

      public SlotNotFoundException(AllocationID allocationId)
    • SlotNotFoundException

      public SlotNotFoundException(String message)