java.awt.print

Class PrinterAbortException

public class PrinterAbortException extends PrinterException

This exception is thrown when the print job is aborted, either by the user or by the application.

UNKNOWN: updated to 1.4

Constructor Summary
PrinterAbortException()
Create a new instance with no detailed error message.
PrinterAbortException(String message)
Create a new instance with a descriptive error message.

Constructor Detail

PrinterAbortException

public PrinterAbortException()
Create a new instance with no detailed error message.

PrinterAbortException

public PrinterAbortException(String message)
Create a new instance with a descriptive error message.

Parameters: message the descriptive error message