Class SubscriptionException

All Implemented Interfaces:
Serializable

public class SubscriptionException extends DataException
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.