Package akka.stream
Class SubscriptionWithCancelException.NonFailureCancellation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.SubscriptionWithCancelException.NonFailureCancellation
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
- Direct Known Subclasses:
SubscriptionWithCancelException.NoMoreElementsNeeded$
,SubscriptionWithCancelException.StageWasCompleted$
- Enclosing interface:
- SubscriptionWithCancelException
public abstract static class SubscriptionWithCancelException.NonFailureCancellation extends java.lang.RuntimeException implements scala.util.control.NoStackTrace
Not for user extension- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonFailureCancellation()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-