< prev index next >

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

Print this page

        

@@ -42,10 +42,11 @@
  */
 public class InvocationTargetException extends ReflectiveOperationException {
     /**
      * Use serialVersionUID from JDK 1.1.X for interoperability
      */
+    @java.io.Serial
     private static final long serialVersionUID = 4085088731926701167L;
 
      /**
      * This field holds the target if the
      * InvocationTargetException(Throwable target) constructor was
< prev index next >