Class SubscriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.data.SubscriptionException
All Implemented Interfaces:
Serializable

public class SubscriptionException extends Exception
Thrown by the subscribe and unsubscribe methods in DataProvider if the request cannot be satisfied.
See Also:
  • Constructor Details

    • SubscriptionException

      public SubscriptionException(@Nullable String msg)
      Constructs a SubscriptionException with a supplied error message text.
      Parameters:
      msg - The detail message.