Package akka.stream
Class WatchedActorTerminatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.WatchedActorTerminatedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WatchedActorTerminatedException extends java.lang.RuntimeException
Used as failure exception by anask
operator if the target actor terminates. SeeFlow.ask
andFlow.watch
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WatchedActorTerminatedException(java.lang.String watchingStageName, ActorRef ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef
ref()
java.lang.String
watchingStageName()
-