Class SerialPortException

    • Constructor Detail

      • SerialPortException

        public SerialPortException()
        Default no argument constructor.
      • SerialPortException

        public SerialPortException​(String message)
        Constructor with description.
        Parameters:
        message - Description of error that occured.
      • SerialPortException

        public SerialPortException​(Throwable cause)
        Constructor with cause.
        Parameters:
        cause - Cause of SerialException.