|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.OriginalRestartException
public class OriginalRestartException
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.
Constructor Summary | |
---|---|
OriginalRestartException()
|
Method Summary | |
---|---|
static 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 |
Constructor Detail |
---|
public OriginalRestartException()
Method Detail |
---|
public static scala.Option<java.lang.Throwable> unapply(PostRestartException ex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |