Constructors
| Name | Description | 
|---|---|
| InvocationTargetException() | |
| InvocationTargetException(Throwable) | Constructs a InvocationTargetException with a target exception. | 
| InvocationTargetException(Throwable, String) | Constructs a InvocationTargetException with a target exception and a detail message. | 
Methods
| Name | Description | 
|---|---|
| getTargetException() | Get the thrown target exception. |