public class PrinterAbortException extends PrinterException
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 and Description |
|---|
PrinterAbortException()
Constructs a new
PrinterAbortException with no detail message.
|
PrinterAbortException(String
Constructs a new
PrinterAbortException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrinterAbortException()
PrinterAbortException with no detail message.
public PrinterAbortException(Stringmsg)
PrinterAbortException with the specified detail message.
msg - the message to be generated when a
PrinterAbortException is thrown