Package co.paralleluniverse.fibers
Class RuntimeSuspendExecution
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- co.paralleluniverse.fibers.RuntimeSuspendExecution
-
- All Implemented Interfaces:
java.io.Serializable
public final class RuntimeSuspendExecution extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
static RuntimeSuspendExecution
of(SuspendExecution e)
-
-
-
Method Detail
-
of
public static RuntimeSuspendExecution of(SuspendExecution e)
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classjava.lang.Throwable
-
-