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