public class OriginalRestartException$
extends java.lang.Object
PostRestartException. In the face of multiple
“nested” restarts it will walk the origCause-links until it arrives at a
non-PostRestartException type.| Modifier and Type | Field and Description |
|---|---|
static OriginalRestartException$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
OriginalRestartException$() |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<java.lang.Throwable> |
unapply(PostRestartException ex) |
public static final OriginalRestartException$ MODULE$
public scala.Option<java.lang.Throwable> unapply(PostRestartException ex)