public final class SerialComUnexpectedException extends IOException
Exception thrown in situation which was not supposed to happen. This limit the scope of exceptions in context of serial operation only.
| Constructor and Description |
|---|
SerialComUnexpectedException(String exceptionMsg)
Constructs and allocate a SerialComUnexpectedException object with the specified details.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerialComUnexpectedException(String exceptionMsg)
Constructs and allocate a SerialComUnexpectedException object with the specified details.
exceptionMsg - message describing reason for exception.Copyright © 2016. All rights reserved.