The PrinterAbortException class is a subclass of
PrinterException and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing.
Constructor Summary
public
PrinterAbortException() Constructs a new PrinterAbortException with no
detail message.
Constructs a new PrinterAbortException with
the specified detail message.
Parameters: msg - the message to be generated when aPrinterAbortException is thrown