java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.reflect.InvocationTargetException
public class InvocationTargetException
extends Exception
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.