< prev index next >

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

Print this page

        

*** 38,47 **** --- 38,48 ---- */ public class AccessDeniedException extends FileSystemException { + @java.io.Serial private static final long serialVersionUID = 4943049599949219617L; /** * Constructs an instance of this class. *
< prev index next >