|
|||||||||
| 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_proxy.PushException
public class PushException
Indicates an error condition occurred during communication with Lightstreamer Server. The error condition may affect:
| Method Summary | |
|---|---|
void |
rethrow()
Gets the specific error notification. |
| 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 |
| Method Detail |
|---|
public void rethrow()
throws ConnectionException,
PushUpdateException,
PushConnException,
PushUserException,
PushServerException
ConnectionException - Signals an internal problem that prevents
a connection operation.
PushUpdateException - Signal an unexpected error in update
values coming from Lightstreamer Server.
PushConnException - Signals a connection problem in a request
to Lightstreamer Server or in the reception of Updates.
PushUserException - Signals a Server refusal to accomplish a
request after the checks in the Metadata Adapter.
PushServerException - Signals an unexpected error in the answer
received from Lightstreamer Server or a Server refusal to accomplish
a request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||