QuickServer
v1.4.7

org.quickserver.net
Class ConnectionLostException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.quickserver.net.ConnectionLostException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionLostException
extends java.io.IOException

Generic ConnectionLostException used by QuickServer and its support classes.

Since:
1.4
Author:
Akshathkumar Shetty
See Also:
Serialized Form

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

ConnectionLostException

public ConnectionLostException()

ConnectionLostException

public ConnectionLostException(java.lang.String s)

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org