org.jmacs
Class ClientDiException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
 
| 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