net.customware.gwt.dispatch.shared
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.customware.gwt.dispatch.shared.DispatchException
net.customware.gwt.dispatch.shared.ServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidSessionException
public class ServiceException
- extends DispatchException
This is thrown by services when there is a low-level problem while processing
an action execution.
- Author:
- David Peterson
- See Also:
- Serialized Form
ServiceException
protected ServiceException()
ServiceException
public ServiceException(String message)
ServiceException
public ServiceException(String message,
Throwable cause)
ServiceException
public ServiceException(Throwable cause)
Copyright © 2011 customware.net. All Rights Reserved.