JMACS

org.jmacs
Class ServerDownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.ClientDiException
              extended by org.jmacs.ServerDownException
All Implemented Interfaces:
Serializable

public class ServerDownException
extends ClientDiException

thrown by IDiDriver.IContext methods if the JMACS server is currently down.

Version:
$Id: ServerDownException.java 827 2006-07-15 19:16:13Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
ServerDownException()
          creates new instance.
 
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

ServerDownException

public ServerDownException()
creates new instance.


JMACS

jmacs.org