Serializable
public final class SerialPortTimeoutException extends InterruptedIOException
InterruptedIOException
,
Serialized FormbytesTransferred
Constructor | Description |
---|---|
SerialPortTimeoutException() |
Constructs a
SerialPortTimeoutException with null as its error detail message. |
SerialPortTimeoutException(String message) |
Constructs a
SerialPortTimeoutException with the specified detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerialPortTimeoutException()
SerialPortTimeoutException
with null
as its error detail message.public SerialPortTimeoutException(String message)
SerialPortTimeoutException
with the specified detail message.message
- The detail message (which is saved for later retrieval by the Throwable.getMessage()
method).