com.sun.spot.peripheral
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.spot.peripheral.TimeoutException
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
TimeoutException
public TimeoutException(String msg)
- Construct exception with given message.
- Parameters:
msg
- the exception message
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.