Package jssc
Class SerialPortTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jssc.SerialPortTimeoutException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerialPortTimeoutException
(String portName, String methodName, int timeoutValue) -
Method Summary
Modifier and TypeMethodDescriptionGetting method name during execution of which the exception was calledGetting port name during operation with which the exception was calledint
Getting timeout value in millisecondMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerialPortTimeoutException
-
-
Method Details
-
getPortName
Getting port name during operation with which the exception was called -
getMethodName
Getting method name during execution of which the exception was called -
getTimeoutValue
public int getTimeoutValue()Getting timeout value in millisecond
-