src/solaris/classes/sun/print/UnixPrintJob.java

Print this page

        

*** 969,978 **** --- 969,979 ---- } } // Inner class to run "privileged" to invoke the system print command + @SuppressWarnings("finally") // Exception always thrown in finally block private class PrinterSpooler implements java.security.PrivilegedAction { PrintException pex; private void handleProcessFailure(final Process failedProcess, final String[] execCmd, final int result) throws IOException {