< prev index next >

src/java.base/share/classes/java/nio/file/NoSuchFileException.java

Print this page

        

@@ -33,10 +33,11 @@
  */
 
 public class NoSuchFileException
     extends FileSystemException
 {
+    @java.io.Serial
     static final long serialVersionUID = -1390291775875351931L;
 
     /**
      * Constructs an instance of this class.
      *
< prev index next >