Method.invoke() does not throw InvocationTargetException
Method.invoke() must throw InvocationTargetException when the target method throws Exception.
Fixed Method.java
Method.invoke() must throw InvocationTargetException when the target method throws Exception.