public class RuntimeInvocationTargetException extends WrappedRuntimeException
RuntimeException wrapper around InvocationTargetException.| Constructor and Description | 
|---|
RuntimeInvocationTargetException(InvocationTargetException e)  | 
RuntimeInvocationTargetException(Throwable target)  | 
RuntimeInvocationTargetException(Throwable target,
                                String s)  | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getTargetException()  | 
equals, getCause, getLocalizedMessage, getMessage, getStackTrace, hashCode, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getSuppressed, initCausepublic RuntimeInvocationTargetException(InvocationTargetException e)
public RuntimeInvocationTargetException(Throwable target)
public Throwable getTargetException()