net.customware.gwt.dispatch.shared
Class DispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.customware.gwt.dispatch.shared.DispatchException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActionException, ServiceException
public abstract class DispatchException
- extends Exception
- implements Serializable
An abstract superclass for exceptions that can be thrown by the Dispatch
system.
- Author:
- David Peterson
- See Also:
- Serialized Form
DispatchException
protected DispatchException()
DispatchException
public DispatchException(String message)
DispatchException
public DispatchException(Throwable cause)
DispatchException
public DispatchException(String message,
Throwable cause)
getCauseClassname
public String getCauseClassname()
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2011 customware.net. All Rights Reserved.