public final class SerialComLoadException extends IOException
This exception is thrown if native shared library extraction sub-system encounter any error. This limit the scope of exceptions in context of serial operation only.
| Constructor and Description |
|---|
SerialComLoadException(String exceptionMsg)
Constructs an SerialComLoadException object with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerialComLoadException(String exceptionMsg)
Constructs an SerialComLoadException object with the specified detail message.
exceptionMsg - message describing reason for this exception.Copyright © 2016. All rights reserved.