java.awt.print
public class PrinterIOException extends PrinterException
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| PrinterIOException(IOException mException)
Initializes a new instance with the given cause.
| |
| Method Summary | |
|---|---|
| Throwable | getCause()
Gets the cause.
|
| IOException | getIOException()
Gets the underlying IOException that caused this exception.
|
Parameters: mException the cause
Returns: the cause
IOException that caused this exception.
This legacy method has been replaced by {@link #getCause()}.
Returns: the cause