akka.actor.dungeon
Class ChildrenContainer.Recreation

java.lang.Object
  extended by akka.actor.dungeon.ChildrenContainer.Recreation
All Implemented Interfaces:
ChildrenContainer.SuspendReason, ChildrenContainer.WaitingForChildren, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
ChildrenContainer

public static class ChildrenContainer.Recreation
extends java.lang.Object
implements ChildrenContainer.SuspendReason, ChildrenContainer.WaitingForChildren, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ChildrenContainer.Recreation(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ChildrenContainer.Recreation

public ChildrenContainer.Recreation(java.lang.Throwable cause)
Method Detail

cause

public java.lang.Throwable cause()