Package akka.actor
Class OriginalRestartException
- java.lang.Object
-
- 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 aPostRestartException
. In the face of multiple “nested” restarts it will walk the origCause-links until it arrives at a non-PostRestartException type.
-
-
Constructor Summary
Constructors Constructor Description OriginalRestartException()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static scala.Option<java.lang.Throwable>
unapply(PostRestartException ex)
-
-
-
Method Detail
-
unapply
public static scala.Option<java.lang.Throwable> unapply(PostRestartException ex)
-
-