Class SerialPortIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fazecast.jSerialComm.SerialPortIOException
All Implemented Interfaces:
Serializable

public final class SerialPortIOException extends IOException
This class describes a serial port IO exception.
See Also:
  • Constructor Details

    • SerialPortIOException

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