edu.cuny.cat.comm
Class ConnectionClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.cuny.cat.comm.CatException
                  extended by edu.cuny.cat.comm.ConnectionException
                      extended by edu.cuny.cat.comm.ConnectionClosedException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionClosedException
extends ConnectionException

This exception occurs after an attempt to read from or write to a closed Connection.

Version:
$Revision: 1.2 $
Author:
Jinzhong Niu
See Also:
Serialized Form

Constructor Summary
ConnectionClosedException()
           
ConnectionClosedException(java.lang.String s)
           
 
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

ConnectionClosedException

public ConnectionClosedException(java.lang.String s)

ConnectionClosedException

public ConnectionClosedException()