|
|||||||||
| 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:
| Constructor Summary | |
|---|---|
PushException(ConnectionException e)
Used by Lightstreamer to create a PushException which encapsulates a ConnectionException |
|
PushException(PushConnException e)
Used by Lightstreamer to create a PushException which encapsulates a PushConnException |
|
PushException(PushServerException e)
Used by Lightstreamer to create a PushException which encapsulates a PushServerException |
|
PushException(PushUpdateException e)
Used by Lightstreamer to create a PushException which encapsulates a PushUpdateException |
|
PushException(PushUserException e)
Used by Lightstreamer to create a PushException which encapsulates a PushUserException |
|
| 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 |
| Constructor Detail |
|---|
public PushException(ConnectionException e)
ConnectionException
e - a ConnectionException to be reported.public PushException(PushUpdateException e)
PushUpdateException
e - a PushUpdateException to be reported.public PushException(PushConnException e)
PushConnException
e - a PushConnException to be reported.public PushException(PushServerException e)
PushServerException
e - a PushServerException to be reported.public PushException(PushUserException e)
PushUserException
e - a PushUserException to be reported.| Method Detail |
|---|
public void rethrow()
throws ConnectionException,
PushUpdateException,
PushConnException,
PushUserException,
PushServerException
ConnectionException - Signals an internal problem that prevents
a connection operation.
PushUpdateException - Signals 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 because of the constraints imposed by the Metadata Adapter
or by Server configuration.
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 | ||||||||