< prev index next >

src/java.base/share/classes/java/lang/reflect/InvocationTargetException.java

Print this page

        

*** 36,45 **** --- 36,46 ---- * and may be accessed via the {@link Throwable#getCause()} method, * as well as the aforementioned "legacy method." * * @see Method * @see Constructor + * @since 1.1 */ public class InvocationTargetException extends ReflectiveOperationException { /** * Use serialVersionUID from JDK 1.1.X for interoperability */
< prev index next >