galaxy.server
Class DispatchError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--galaxy.server.DispatchError
All Implemented Interfaces:
java.io.Serializable

public class DispatchError
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DispatchError()
           
DispatchError(GFrame frame)
           
DispatchError(java.lang.String s)
           
 
Method Summary
 GFrame getData()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatchError

public DispatchError()

DispatchError

public DispatchError(java.lang.String s)

DispatchError

public DispatchError(GFrame frame)
Method Detail

getData

public GFrame getData()