Is there any scenario where InvocationTargetException getCause()method return null?provided we are not creating InvocationTargetException explicitly using no arg constructor.
In short is JVM create InvocationTargetException with no arg constructor??