public class PrinterIOException extends PrinterException
| Constructor and Description |
|---|
PrinterIOException(java.io.IOException mException)
Initializes a new instance with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Gets the cause.
|
java.io.IOException |
getIOException()
Gets the underlying
IOException that caused this exception. |
public PrinterIOException(java.io.IOException mException)
mException - the causepublic java.io.IOException getIOException()
IOException that caused this exception.
This legacy method has been replaced by getCause().public java.lang.Throwable getCause()
getCause in class java.lang.Throwable