Package org.apache.pekko.stream
Class AbruptStageTerminationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pekko.stream.AbruptStageTerminationException
-
- All Implemented Interfaces:
java.io.Serializable,scala.util.control.NoStackTrace
public final class AbruptStageTerminationException extends java.lang.RuntimeException implements scala.util.control.NoStackTraceSignal that the operator was abruptly terminated, usually seen as a call topostStopof theGraphStageLogicwithout 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
-
-
Constructor Summary
Constructors Constructor Description AbruptStageTerminationException(GraphStageLogic logic)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AbruptStageTerminationException
public AbruptStageTerminationException(GraphStageLogic logic)
-
-