|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.xsocket.ClosedConnectionException
public class ClosedConnectionException
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon connection that is closed, or at least closed to that operation.
| Constructor Summary | |
|---|---|
ClosedConnectionException(java.lang.String msg)
constructor |
|
ClosedConnectionException(java.lang.String msg,
java.lang.Throwable cause)
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 ClosedConnectionException(java.lang.String msg)
msg - the message
public ClosedConnectionException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||