src/share/classes/javax/print/PrintException.java

Print this page

        

*** 32,41 **** --- 32,42 ---- * detailed information if applicable. * */ public class PrintException extends Exception { + private static final long serialVersionUID = -5932531546705242471L; /** * Construct a print exception with no detail message. */ public PrintException() {