Package co.paralleluniverse.fibers
Class RuntimeExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- co.paralleluniverse.fibers.RuntimeExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuntimeExecutionException extends java.lang.RuntimeException
Similar toExecutionException
only as an unchecked, rather than a checked, exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeExecutionException(java.lang.Throwable cause)
-