ctf.network
Class UninitializedSocketException

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

public class UninitializedSocketException
extends NetworkException

A socket has not been initialised

See Also:
Serialized Form

Constructor Summary
UninitializedSocketException()
          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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UninitializedSocketException

public UninitializedSocketException()
Default constructor