PrinterAbortExceptionpublic class PrinterAbortException extends PrinterException The PrinterAbortException class is a subclass of
{@link PrinterException} and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing. |
Constructors Summary |
---|
public PrinterAbortException()Constructs a new PrinterAbortException with no
detail message.
super();
| public PrinterAbortException(String msg)Constructs a new PrinterAbortException with
the specified detail message.
super(msg);
|
|