public final class SerialComException extends IOException
Limit the scope of exceptions in context of serial port communication only.
| Constructor and Description |
|---|
SerialComException(String exceptionMsg)
Constructs and allocate a new SerialComException object with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionMsg()
Get the specific type of exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerialComException(String exceptionMsg)
Constructs and allocate a new SerialComException object with the specified detail message.
exceptionMsg - message describing reason for exception.public String getExceptionMsg()
Get the specific type of exception.
Copyright © 2016. All rights reserved.