akka.actor
Class ActorNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.actor.ActorNotFound
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class ActorNotFound
extends java.lang.RuntimeException
implements scala.Product, scala.Serializable

When ActorSelection.resolveOne(akka.util.Timeout) can't identify the actor the Future is completed with this failure.

See Also:
Serialized Form

Constructor Summary
ActorNotFound(ActorSelection selection)
           
 
Method Summary
 ActorSelection selection()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ActorNotFound

public ActorNotFound(ActorSelection selection)
Method Detail

selection

public ActorSelection selection()