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 given TaskSlot was not in state active.
See Also:
  • Constructor Details

    • SlotNotActiveException

      public SlotNotActiveException(org.apache.flink.api.common.JobID jobId, AllocationID allocationId)