net.customware.gwt.dispatch.shared
Class ActionException

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.ActionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedActionException

public class ActionException
extends DispatchException

These are thrown by Dispatch.execute(Action) if there is a problem executing a particular Action.

Author:
David Peterson
See Also:
Serialized Form

Constructor Summary
protected ActionException()
           
  ActionException(String message)
           
  ActionException(String message, Throwable cause)
           
  ActionException(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

ActionException

protected ActionException()

ActionException

public ActionException(String message)

ActionException

public ActionException(Throwable cause)

ActionException

public ActionException(String message,
                       Throwable cause)


Copyright © 2011 customware.net. All Rights Reserved.