akka.dispatch.sysmsg
Class Resume

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

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

INTERNAL API

See Also:
Serialized Form

Constructor Summary
Resume(java.lang.Throwable causedByFailure)
           
 
Method Summary
 java.lang.Throwable causedByFailure()
           
 
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

Resume

public Resume(java.lang.Throwable causedByFailure)
Method Detail

causedByFailure

public java.lang.Throwable causedByFailure()