com.rapplogic.xbee.api
Class XBeeTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapplogic.xbee.api.XBeeException
              extended by com.rapplogic.xbee.api.XBeeTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class XBeeTimeoutException
extends XBeeException

Indicates an operation did not succeed within the alloted time

Author:
andrew
See Also:
Serialized Form

Constructor Summary
XBeeTimeoutException()
           
 
Method Summary
 
Methods inherited from class com.rapplogic.xbee.api.XBeeException
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

XBeeTimeoutException

public XBeeTimeoutException()