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 msg)
Constructs a new
PrinterAbortException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrinterAbortException()
PrinterAbortException
with no
detail message.public PrinterAbortException(String msg)
PrinterAbortException
with
the specified detail message.msg
- the message to be generated when a
PrinterAbortException
is thrownaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.