|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.meiglobal.ebds.api.util.SerialReadTimeout
public class SerialReadTimeout
Serial Read Timeout class is used by the WrappedSerialPort object to ensure the serial port is read within the specified time limit.
Constructor Summary | |
---|---|
SerialReadTimeout()
Creates a serial read timeout with a generic message. |
|
SerialReadTimeout(java.lang.String message)
Creates a serial read timout with the associated message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SerialReadTimeout(java.lang.String message)
message
- The message to be associated with this exception.public SerialReadTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |