Class 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:
    Serialized Form
    • Constructor Detail

      • PartialFinishingNotSupportedByStateException

        public PartialFinishingNotSupportedByStateException​(String message)
      • PartialFinishingNotSupportedByStateException

        public PartialFinishingNotSupportedByStateException​(Throwable cause)
      • PartialFinishingNotSupportedByStateException

        public PartialFinishingNotSupportedByStateException​(String message,
                                                            Throwable cause)