com.sun.spot.client
Class SpotClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.spot.client.SpotClientException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SpotClientArgumentException, SpotClientFailureException, SpotClientFatalException
public abstract class SpotClientException
- extends RuntimeException
SpotClientException superclass for runtime exceptions thrown by SpotClient
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpotClientException
public SpotClientException(String message)
SpotClientException
public SpotClientException(Throwable cause)
SpotClientException
public SpotClientException(String message,
Throwable cause)
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.