Class UnfulfillableSlotRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
org.apache.flink.runtime.resourcemanager.exceptions.UnfulfillableSlotRequestException
- All Implemented Interfaces:
Serializable
Exception denoting that a slot request can not be fulfilled by any slot in the cluster. This
usually indicates that the slot request should not be pended or retried.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnfulfillableSlotRequestException(AllocationID allocationId, ResourceProfile resourceProfile) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnfulfillableSlotRequestException
public UnfulfillableSlotRequestException(AllocationID allocationId, ResourceProfile resourceProfile)
-