com.threerings.web.gwt
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.threerings.web.gwt.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends Exception
An exception thrown by a remote service when it wishes to communicate a
particular error message to a user.
- See Also:
- Serialized Form
_message
protected String _message
ServiceException
public ServiceException(String message)
- Creates a service exception with the supplied translation message.
ServiceException
public ServiceException()
- Default constructor for use when unserializing.
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable