com.web_visage.ichat.exception
Class DisconnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.web_visage.ichat.exception.IChatException
              extended by com.web_visage.ichat.exception.DisconnectedException
All Implemented Interfaces:
java.io.Serializable

public class DisconnectedException
extends IChatException

This exception is thrown in case when the server suddenly closes the connection.

Author:
K.Baturytski
See Also:
Serialized Form

Constructor Summary
DisconnectedException()
          Constructor.
DisconnectedException(java.lang.String aMessage)
          Constructor.
DisconnectedException(java.lang.Throwable t)
          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

DisconnectedException

public DisconnectedException(java.lang.String aMessage)
Constructor.

Parameters:
aMessage -

DisconnectedException

public DisconnectedException()
Constructor.


DisconnectedException

public DisconnectedException(java.lang.Throwable t)
Constructor.

Parameters:
t -