com.sun.spot.peripheral
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeoutException
public TimeoutException(String msg)
- Construct exception with given message.
- Parameters:
msg
- the exception message
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.