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
public class UnfulfillableSlotRequestException extends ResourceManagerException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnfulfillableSlotRequestException(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 Detail
-
UnfulfillableSlotRequestException
public UnfulfillableSlotRequestException(AllocationID allocationId, ResourceProfile resourceProfile)
-
-