public class PrinterIOException extends PrinterException
| Constructor and Description |
|---|
PrinterIOException(IOException mException)
Initializes a new instance with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Gets the cause.
|
IOException |
getIOException()
Gets the underlying
IOException that caused this exception. |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrinterIOException(IOException mException)
mException - the causepublic IOException getIOException()
IOException that caused this exception.
This legacy method has been replaced by getCause().