< prev index next >

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

Print this page

        

*** 32,41 **** --- 32,42 ---- */ public class ProviderNotFoundException extends RuntimeException { + @java.io.Serial static final long serialVersionUID = -1880012509822920354L; /** * Constructs an instance of this class. */
< prev index next >