SunSPOT host API V3.0


com.sun.spot.client
Class SpotClientFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.spot.client.SpotClientException
                  extended by com.sun.spot.client.SpotClientFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpotObsoleteVersionException, SpotSerialPortException

public class SpotClientFailureException
extends SpotClientException

SpotClientFailureException thrown by SpotClient to indicate general errors not covered by a more specific subtype of SpotClientException.

See Also:
Serialized Form

Constructor Summary
SpotClientFailureException(String message)
           
SpotClientFailureException(String message, Throwable cause)
           
SpotClientFailureException(Throwable cause)
           
 
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

SpotClientFailureException

public SpotClientFailureException(String message)

SpotClientFailureException

public SpotClientFailureException(Throwable cause)

SpotClientFailureException

public SpotClientFailureException(String message,
                                  Throwable cause)

SunSPOT host API V3.0


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