919293949596979899100101102103104105106107108
storePrintJob(job); } catch (IOException e) { e.printStackTrace(); throw new MisoPrintException("Could not print barcodes to " + printServiceName + ": " + e.getMessage(), e); } return job; } else { throw new MisoPrintException("No such PrintService: " + printServiceName); } } catch (IOException e) { e.printStackTrace(); throw new MisoPrintException("Cannot retrieve PrintService: " + printServiceName); } }