SunSPOT host API V3.0


com.sun.spot.peripheral
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.spot.peripheral.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends IOException

Thrown when an attempt to receive data over either a "radiostream:" or "radiogram:" connection fails due to a read timeout being exceeded.

See Also:
ITimeoutableConnection, Serialized Form

Constructor Summary
TimeoutException(String msg)
          Construct exception with given 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

TimeoutException

public TimeoutException(String msg)
Construct exception with given message.

Parameters:
msg - the exception message

SunSPOT host API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.