akka.actor
Class OriginalRestartException$

java.lang.Object
  extended by akka.actor.OriginalRestartException$

public class OriginalRestartException$
extends java.lang.Object

This is an extractor for retrieving the original cause (i.e. the first failure) from a PostRestartException. In the face of multiple “nested” restarts it will walk the origCause-links until it arrives at a non-PostRestartException type.


Field Summary
static OriginalRestartException$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
OriginalRestartException$()
           
 
Method Summary
 scala.Option<java.lang.Throwable> unapply(PostRestartException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final OriginalRestartException$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

OriginalRestartException$

public OriginalRestartException$()
Method Detail

unapply

public scala.Option<java.lang.Throwable> unapply(PostRestartException ex)