SunSPOT host API V4.0


com.sun.spot.peripheral
Class ChannelBusyException

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

public class ChannelBusyException
extends IOException

Thrown when an attempt to transmit over the radio fails because the channel is busy - and remains busy for a full set of retries.

See Also:
Serialized Form

Constructor Summary
ChannelBusyException(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

ChannelBusyException

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

Parameters:
msg -

SunSPOT host API V4.0


Copyright © 2006-2008 Sun Microsystems, Inc. All Rights Reserved.