Class SubscriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.DataException
com.lightstreamer.adapters.remote.SubscriptionException
- All Implemented Interfaces:
 Serializable
Thrown by the subscribe and unsubscribe methods in DataProvider if the request cannot be satisfied.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs a SubscriptionException with a supplied error message text. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SubscriptionException
Constructs a SubscriptionException with a supplied error message text.- Parameters:
 msg- The detail message.
 
 -