org.jmacs
Class NoSuchServerDiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jmacs.ClientDiException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchServerDiException
public NoSuchServerDiException(String name)
- creates new instance.
- Parameters:
name
- fully-qualified name of the intended server DI
jmacs.org