JMACS

org.jmacs
Class ClientDiDroppedException

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

public class ClientDiDroppedException
extends ClientDiException

thrown by IDiDriver.IContext methods if the client DI has itself been dropped.

Version:
$Id: ClientDiDroppedException.java 823 2006-07-15 19:07:41Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
ClientDiDroppedException()
          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

ClientDiDroppedException

public ClientDiDroppedException()
creates new instance.


JMACS

jmacs.org