|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.web_visage.ichat.exception.IChatException
com.web_visage.ichat.exception.DisconnectedException
public class DisconnectedException
This exception is thrown in case when the server suddenly closes the connection.
| 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 |
|---|
public DisconnectedException(java.lang.String aMessage)
aMessage - public DisconnectedException()
public DisconnectedException(java.lang.Throwable t)
t -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||