|
|||||||||
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.lightstreamer.ls_client.PushConnException
public class PushConnException
Thrown when the connection to Lightstreamer Server cannot be established or in case of abnormal connection termination. It can be received both in a synchronous and an asynchronous way.
Constructor Summary | |
---|---|
PushConnException(java.io.IOException cause)
Used by Lightstreamer to create a PushConnException. |
|
PushConnException(java.lang.String msg)
Used by Lightstreamer to create a PushConnException. |
|
PushConnException(java.lang.String msg,
java.lang.Throwable cause)
Used by Lightstreamer to create a PushConnException. |
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 |
---|
public PushConnException(java.io.IOException cause)
cause
- an exception occurred during connection.public PushConnException(java.lang.String msg)
msg
- a message describing an abnormal condition occurred
during connection.public PushConnException(java.lang.String msg, java.lang.Throwable cause)
msg
- a message describing an abnormal condition occurred
during connection.cause
- a low level exception occurred during connection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |