Uses of Class
com.biglybt.pif.utils.subscriptions.SubscriptionException
-
Packages that use SubscriptionException Package Description com.biglybt.core.subs.impl com.biglybt.pif.utils com.biglybt.pif.utils.subscriptions com.biglybt.pifimpl.local.utils -
-
Uses of SubscriptionException in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that throw SubscriptionException Modifier and Type Method Description void
SubscriptionManagerImpl. requestSubscription(SearchProvider sp, java.util.Map<java.lang.String,java.lang.Object> search_parameters)
-
Uses of SubscriptionException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw SubscriptionException Modifier and Type Method Description SubscriptionManager
Utilities. getSubscriptionManager()
-
Uses of SubscriptionException in com.biglybt.pif.utils.subscriptions
Methods in com.biglybt.pif.utils.subscriptions that throw SubscriptionException Modifier and Type Method Description void
SubscriptionManager. requestSubscription(SearchProvider sp, java.util.Map<java.lang.String,java.lang.Object> search_parameters)
-
Uses of SubscriptionException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw SubscriptionException Modifier and Type Method Description SubscriptionManager
UtilitiesImpl. getSubscriptionManager()
void
UtilitiesImpl.PluginSubscriptionManager. requestSubscription(SearchProvider sp, java.util.Map<java.lang.String,java.lang.Object> search_parameters)
-