java.lang.Object
java.lang.Throwable
java.lang.Exception
java.awt.print.PrinterException
java.awt.print.PrinterAbortException
- All Implemented Interfaces:
- Serializable
public class PrinterAbortException extends PrinterException
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.- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description PrinterAbortException()Constructs a newPrinterAbortExceptionwith no detail message.PrinterAbortException(String msg)Constructs a newPrinterAbortExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PrinterAbortExceptionpublic PrinterAbortException()Constructs a newPrinterAbortExceptionwith no detail message.
- 
PrinterAbortExceptionConstructs a newPrinterAbortExceptionwith the specified detail message.- Parameters:
- msg- the message to be generated when a- PrinterAbortExceptionis thrown
 
 
-