< prev index next >

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

Print this page

        

@@ -33,10 +33,11 @@
  * @since 1.7
  */
 public class ProviderMismatchException
     extends java.lang.IllegalArgumentException
 {
+    @java.io.Serial
     static final long serialVersionUID = 4990847485741612530L;
 
     /**
      * Constructs an instance of this class.
      */
< prev index next >