org.jboss.remoting
Class ClientDisconnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.remoting.ClientDisconnectedException
All Implemented Interfaces:
java.io.Serializable

public class ClientDisconnectedException
extends java.lang.Exception

Can expect this exception to be included as parameter to handleConnectionException() method of org.jboss.remoting.ConnectionListener when client disconnects from the server. Notice, this is not due to the client failing, but due to normal client termination.

Author:
Tom Elrod
See Also:
ConnectionListener, Serialized Form

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

ClientDisconnectedException

public ClientDisconnectedException()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.