public class SerialPortTimeoutException
extends java.io.InterruptedIOException
| Constructor and Description |
|---|
SerialPortTimeoutException() |
SerialPortTimeoutException(java.lang.String message)
Constructs a new SerialPortTimeoutException with the specified detail message.
|