JMACS

org.jmacs
Class NoSuchServerDiException

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

public class NoSuchServerDiException
extends ClientDiException

thrown by IDi.IDriver context methods if the intended server-DI isn't currently registered.

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

Constructor Summary
NoSuchServerDiException(String name)
          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

NoSuchServerDiException

public NoSuchServerDiException(String name)
creates new instance.

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

JMACS

jmacs.org