public final class SerialComTimeOutException extends IOException
Exception thrown when a blocking operation times out. This limit the scope of exceptions in context of serial operation only.
| Constructor and Description |
|---|
SerialComTimeOutException(String exceptionMsg)
Constructs an SerialComTimeOutException object with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerialComTimeOutException(String exceptionMsg)
Constructs an SerialComTimeOutException object with the specified detail message.
exceptionMsg - message describing reason for exception.Copyright © 2016. All rights reserved.