SunSPOT host API V3.0


com.sun.spot.client
Class SpotClientArgumentException

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.SpotClientArgumentException
All Implemented Interfaces:
Serializable

public class SpotClientArgumentException
extends SpotClientException

SpotClientArgumentException is thrown when an ISpotClientCommand is invoked with incompatible arguments

See Also:
Serialized Form

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

SpotClientArgumentException

public SpotClientArgumentException(String message)

SpotClientArgumentException

public SpotClientArgumentException(Throwable cause)

SpotClientArgumentException

public SpotClientArgumentException(String message,
                                   Throwable cause)

SunSPOT host API V3.0


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