Packagecom.lightstreamer.as_client.errors
Classpublic class SubscriptionError
InheritanceSubscriptionError Inheritance Error

A SubscriptionError exception is thrown during subscription/unsubscription operations. It does not represents an error response of the Server but an error from the client's point of view.

Error responses on subscription requests coming from the Server are passed through the SubscriptionErrorEvent of the related table instance. Note that error responses on unsubscription requests coming from the Server are currently not possible.

See also

com.lightstreamer.as_client.LSClient
com.lightstreamer.as_client.events.SubscriptionErrorEvent


Public Methods
 MethodDefined By
  
SubscriptionError(message:String)
Create a new SubscriptionError object with a custom message.
SubscriptionError
Constructor Detail
SubscriptionError()Constructor
public function SubscriptionError(message:String)

Create a new SubscriptionError object with a custom message.

Parameters
message:String — The custom message.