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

public class ActionException
extends java.lang.Exception
implements java.io.Serializable

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
ActionException()
           
ActionException(java.lang.String message)
           
ActionException(java.lang.String message, java.lang.Throwable cause)
           
ActionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionException

public ActionException()

ActionException

public ActionException(java.lang.String message)

ActionException

public ActionException(java.lang.Throwable cause)

ActionException

public ActionException(java.lang.String message,
                       java.lang.Throwable cause)


Copyright © 2009 customware.net. All Rights Reserved.