public class SerialPortTimeoutException
extends java.lang.Exception
Constructor and Description |
---|
SerialPortTimeoutException(java.lang.String portName,
java.lang.String methodName,
int timeoutValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
Getting method name during execution of which the exception was called
|
java.lang.String |
getPortName()
Getting port name during operation with which the exception was called
|
int |
getTimeoutValue()
Getting timeout value in millisecond
|
public SerialPortTimeoutException(java.lang.String portName, java.lang.String methodName, int timeoutValue)
public java.lang.String getPortName()
public java.lang.String getMethodName()
public int getTimeoutValue()