JMACS

org.jmacs
Class ClientDiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.ClientDiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchServerDiException, NotRegisteredException

public class ClientDiException
extends Exception

thrown by IDi.IDriver context methods.

Version:
$Id: ClientDiException.java 1212 2006-12-07 11:12:35Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

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

ClientDiException

public ClientDiException()
creates new instance.


ClientDiException

public ClientDiException(String serverDiName)
creates new instance.

Parameters:
serverDiName - fully-qualified name of the intended server DI

JMACS

jmacs.org