akka.dispatch.sysmsg
Class Failed

java.lang.Object
  extended by akka.dispatch.sysmsg.Failed
All Implemented Interfaces:
PossiblyHarmful, StashWhenFailed, StashWhenWaitingForChildren, SystemMessage, java.io.Serializable, scala.Equals, scala.Product

public class Failed
extends java.lang.Object
implements SystemMessage, StashWhenFailed, StashWhenWaitingForChildren, scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Constructor Summary
Failed(ActorRef child, java.lang.Throwable cause, int uid)
           
 
Method Summary
 java.lang.Throwable cause()
           
 ActorRef child()
           
 int uid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.dispatch.sysmsg.SystemMessage
next, unlink, unlinked
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Failed

public Failed(ActorRef child,
              java.lang.Throwable cause,
              int uid)
Method Detail

child

public ActorRef child()

cause

public java.lang.Throwable cause()

uid

public int uid()