akka.actor
Class ActorKilledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
                  extended by akka.actor.ActorKilledException
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace

public class ActorKilledException
extends AkkaException
implements scala.util.control.NoStackTrace, scala.Product, scala.Serializable

ActorKilledException is thrown when an Actor receives the akka.actor.Kill message

See Also:
Serialized Form

Method Summary
 java.lang.String message()
           
 
Methods inherited from class akka.AkkaException
toString, uuid
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace, scala$util$control$NoStackTrace$$super$fillInStackTrace
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Method Detail

message

public java.lang.String message()