< prev index next >

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

Print this page

        

@@ -30,10 +30,11 @@
  * index is either negative or greater than or equal to the size of the array.
  *
  * @since 1.0
  */
 public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException {
+    @java.io.Serial
     private static final long serialVersionUID = -5116101128118950844L;
 
     /**
      * Constructs an {@code ArrayIndexOutOfBoundsException} with no detail
      * message.
< prev index next >