public class RuntimeExceptionWrapper
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.RuntimeException |
runtimeException |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RuntimeExceptionWrapper(java.lang.RuntimeException runtimeException) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.RuntimeException |
getRuntimeException() |
private static final long serialVersionUID
private final java.lang.RuntimeException runtimeException