public class ExceptionWrapper
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ExceptionWrapper(java.lang.Exception cause)
Creates new ExceptionWrapper
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
rootException()
Get the root cause
|