com.sun.spot.client
Class SpotClientFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.spot.client.SpotClientException
com.sun.spot.client.SpotClientFatalException
- All Implemented Interfaces:
- Serializable
public class SpotClientFatalException
- extends SpotClientException
This exception is thrown when the SpotClient encounters a condition
from which it cannot recover. Clients should normally exit, or at the
least, not reuse the SpotClient instance.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpotClientFatalException
public SpotClientFatalException(String message)
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.