< prev index next >

src/java.base/share/classes/java/lang/InstantiationException.java

Print this page

        

@@ -42,10 +42,11 @@
  * @see     java.lang.Class#newInstance()
  * @since   1.0
  */
 public
 class InstantiationException extends ReflectiveOperationException {
+    @java.io.Serial
     private static final long serialVersionUID = -8441929162975509110L;
 
     /**
      * Constructs an {@code InstantiationException} with no detail message.
      */
< prev index next >