Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
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();
}