Class WatchedActorTerminatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.stream.WatchedActorTerminatedException
All Implemented Interfaces:
Serializable

public final class WatchedActorTerminatedException extends RuntimeException
Used as failure exception by an ask operator if the target actor terminates. See Flow.ask and Flow.watch.
See Also:
  • Constructor Details

    • WatchedActorTerminatedException

      public WatchedActorTerminatedException(String watchingStageName, ActorRef ref)
  • Method Details

    • ref

      public ActorRef ref()
    • watchingStageName

      public String watchingStageName()