net.customware.gwt.dispatch.shared
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

DispatchException

protected DispatchException()

DispatchException

public DispatchException(String message)

DispatchException

public DispatchException(Throwable cause)

DispatchException

public DispatchException(String message,
                         Throwable cause)
Method Detail

getCauseClassname

public String getCauseClassname()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2011 customware.net. All Rights Reserved.