ctf.network
Class SocketClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ctf.network.NetworkException
              extended by ctf.network.SocketClosedException
All Implemented Interfaces:
java.io.Serializable

public class SocketClosedException
extends NetworkException

A socket has closed

See Also:
Serialized Form

Constructor Summary
SocketClosedException()
          Default constructor
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocketClosedException

public SocketClosedException()
Default constructor