Class SerialPortTimeoutException

All Implemented Interfaces:
Serializable

public final class SerialPortTimeoutException extends InterruptedIOException
This class describes a serial port timeout exception.
See Also:
  • Constructor Details

    • SerialPortTimeoutException

      public SerialPortTimeoutException(String message)
      Constructs a SerialPortTimeoutException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).