< prev index next >

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

Print this page

        

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