Package jssc

Class SerialPortTimeoutException

All Implemented Interfaces:
Serializable

public class SerialPortTimeoutException extends Exception
See Also:
  • Constructor Details

    • SerialPortTimeoutException

      public SerialPortTimeoutException(String portName, String methodName, int timeoutValue)
  • Method Details

    • getPortName

      public String getPortName()
      Getting port name during operation with which the exception was called
    • getMethodName

      public String getMethodName()
      Getting method name during execution of which the exception was called
    • getTimeoutValue

      public int getTimeoutValue()
      Getting timeout value in millisecond