com.lightstreamer.ls_client
Class SubscrException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lightstreamer.ls_client.SubscrException
All Implemented Interfaces:
java.io.Serializable

public class SubscrException
extends java.lang.Exception

Thrown if a subscription or unsubscription specification is not correct or the request cannot be executed for some reason.

See Also:
Serialized Form

Constructor Summary
SubscrException(java.lang.String msg)
          Used by Lightstreamer to create a SubscrException.
 
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

SubscrException

public SubscrException(java.lang.String msg)
Used by Lightstreamer to create a SubscrException.

Parameters:
msg - a message describing an abnormal condition occurred during subscription or unsubscription.