Class EarlyTerminationException

  • All Implemented Interfaces:
    Serializable

    public class EarlyTerminationException
    extends RuntimeException
    The EarlyTerminationException can be thrown from {Operator#nextBlock()} when the operator is early terminated (interrupted).
    See Also:
    Serialized Form
    • Constructor Detail

      • EarlyTerminationException

        public EarlyTerminationException()