com.meiglobal.ebds.api.util
Class SerialReadTimeout

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.meiglobal.ebds.api.util.SerialReadTimeout
All Implemented Interfaces:
java.io.Serializable

public class SerialReadTimeout
extends java.lang.Exception

Serial Read Timeout class is used by the WrappedSerialPort object to ensure the serial port is read within the specified time limit.

See Also:
Serialized Form

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

SerialReadTimeout

public SerialReadTimeout(java.lang.String message)
Creates a serial read timout with the associated message.

Parameters:
message - The message to be associated with this exception.

SerialReadTimeout

public SerialReadTimeout()
Creates a serial read timeout with a generic message.