net.customware.gwt.dispatch.shared
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.customware.gwt.dispatch.shared.DispatchException
              extended by 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

Constructor Summary
protected ServiceException()
           
  ServiceException(String message)
           
  ServiceException(String message, Throwable cause)
           
  ServiceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.customware.gwt.dispatch.shared.DispatchException
getCauseClassname, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.