org.jmacs
Class ClientDiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jmacs.ClientDiException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClientDiDroppedException, NoSuchServerDiException, ServerDownException
public class ClientDiException
- extends Exception
thrown by IDiDriver.IContext
methods if the intended server-DI
isn't currently reachable.
- Version:
- $Id: ClientDiException.java 824 2006-07-15 19:08:45Z 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 |
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.org