ctf.network
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ctf.network.NetworkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SocketClosedException, TimeoutException, UninitializedSocketException

public class NetworkException
extends java.lang.Exception

Something went wrong with the network

See Also:
Serialized Form

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

NetworkException

public NetworkException(java.lang.String message)
Default constructor