< prev index next >

src/java.base/share/classes/sun/net/www/ApplicationLaunchException.java

Print this page

        

*** 31,40 **** --- 31,41 ---- * * @author Sunita Mani */ public class ApplicationLaunchException extends Exception { + @java.io.Serial private static final long serialVersionUID = -4782286141289536883L; public ApplicationLaunchException(String reason) { super(reason); }
< prev index next >