Class NotASerialPortException

  • All Implemented Interfaces:
    Serializable

    public class NotASerialPortException
    extends Exception
    This exception is thrown when the device that you have opened is not a serial port.
    Author:
    rm5248
    See Also:
    Serialized Form
    • Constructor Detail

      • NotASerialPortException

        public NotASerialPortException​(String message)
        Create a new exception if this is not a serial port
        Parameters:
        message -