open static fun handleInvocationTargetException(ex: InvocationTargetException): Unit
Handle the given invocation target exception. Should only be called if no checked exception is expected to be thrown by the target method.
Throws the underlying RuntimeException or Error in case of such a root cause. Throws an UndeclaredThrowableException otherwise.