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.RuntimeExceptionUsed as failure exception by anaskoperator if the target actor terminates. SeeFlow.askandFlow.watch.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WatchedActorTerminatedException(java.lang.String watchingStageName, ActorRef ref)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRefref()java.lang.StringwatchingStageName()
 
-