< prev index next >

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

Print this page

        

@@ -46,10 +46,11 @@
  * @see     java.lang.Thread#interrupted()
  * @since   1.0
  */
 public
 class InterruptedException extends Exception {
+    @java.io.Serial
     private static final long serialVersionUID = 6700697376100628473L;
 
     /**
      * Constructs an <code>InterruptedException</code> with no detail  message.
      */
< prev index next >