Package jssc
Class SerialPortTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jssc.SerialPortTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class SerialPortTimeoutException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerialPortTimeoutException(java.lang.String portName, java.lang.String methodName, int timeoutValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMethodName()Getting method name during execution of which the exception was calledjava.lang.StringgetPortName()Getting port name during operation with which the exception was calledintgetTimeoutValue()Getting timeout value in millisecond
-
-
-
Method Detail
-
getPortName
public java.lang.String getPortName()
Getting port name during operation with which the exception was called
-
getMethodName
public java.lang.String getMethodName()
Getting method name during execution of which the exception was called
-
getTimeoutValue
public int getTimeoutValue()
Getting timeout value in millisecond
-
-