public class InvocationTargetException extends Exception { // Public Constructors public InvocationTargetException(Throwable target); public InvocationTargetException(Throwable target, String s); // Protected Constructor protected InvocationTargetException( ); // Public Instance Methods public Throwable getTargetException( ); }