Class FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.util.FlinkRuntimeException
org.apache.flink.runtime.checkpoint.FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FinishedTaskStateProvider
public static class FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException
extends org.apache.flink.util.FlinkRuntimeException
Thrown when some subtasks of the operator have been finished but state doesn't support that
(e.g. Union).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartialFinishingNotSupportedByStateException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PartialFinishingNotSupportedByStateException
-
PartialFinishingNotSupportedByStateException
-
PartialFinishingNotSupportedByStateException
-