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 Details

    • PartialFinishingNotSupportedByStateException

      public PartialFinishingNotSupportedByStateException(String message)
    • PartialFinishingNotSupportedByStateException

      public PartialFinishingNotSupportedByStateException(Throwable cause)
    • PartialFinishingNotSupportedByStateException

      public PartialFinishingNotSupportedByStateException(String message, Throwable cause)