Class InvocationTargetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.reflect.InvocationTargetException
All Implemented Interfaces:
Serializable

public class InvocationTargetException extends Exception
See Also:
  • Constructor Details

    • InvocationTargetException

      protected InvocationTargetException()
    • InvocationTargetException

      public InvocationTargetException(Throwable var0)
    • InvocationTargetException

      public InvocationTargetException(Throwable var0, String var1)
  • Method Details

    • getTargetException

      public Throwable getTargetException()