Package com.fazecast.jSerialComm
Class SerialPortTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
com.fazecast.jSerialComm.SerialPortTimeoutException
- All Implemented Interfaces:
Serializable
This class describes a serial port timeout exception.
- See Also:
-
Field Summary
Fields inherited from class java.io.InterruptedIOException
bytesTransferred -
Constructor Summary
ConstructorsConstructorDescriptionSerialPortTimeoutException(String message) Constructs aSerialPortTimeoutExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerialPortTimeoutException
Constructs aSerialPortTimeoutExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method).
-