Package akka.stream

Class AbruptStageTerminationException

  • All Implemented Interfaces:
    java.io.Serializable, scala.util.control.NoStackTrace

    public final class AbruptStageTerminationException
    extends java.lang.RuntimeException
    implements scala.util.control.NoStackTrace
    Signal that the operator was abruptly terminated, usually seen as a call to postStop of the GraphStageLogic without any of the handler callbacks seeing completion or failure from upstream or cancellation from downstream. This can happen when the actor running the graph is killed, which happens when the materializer or actor system is terminated.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.util.control.NoStackTrace

        fillInStackTrace
    • Constructor Detail

      • AbruptStageTerminationException

        public AbruptStageTerminationException​(GraphStageLogic logic)