Uses of Class
com.xerox.amazonws.devpay.DevPayException

Packages that use DevPayException
com.xerox.amazonws.devpay   
 

Uses of DevPayException in com.xerox.amazonws.devpay
 

Methods in com.xerox.amazonws.devpay that throw DevPayException
 DesktopProductInfo DevPayLS.activateDesktopProduct(String activationKey, String productToken)
          Activates a desktop product.
 HostedProductInfo DevPayLS.activateHostedProduct(String activationKey, String productToken)
          Activates a hosted product.
 List<String> DevPayLS.getActiveSubscriptionsByPid(String persistentIdentifier)
          Gets list of active subscriptions by persistent identifier
 boolean DevPayLS.isProductSubscribedByPid(String persistentIdentifier, String productCode)
          Verifies that a specified product is subscribed to by a customer.
 boolean DevPayLS.isProductSubscribedByTokens(String productToken, String userToken)
          Verifies that a specified product is subscribed to by a customer.
protected
<T> T
DevPayLS.makeRequestInt(org.apache.http.client.methods.HttpRequestBase method, String action, Map<String,String> params, Class<T> respType)
           
 String DevPayLS.refreshUserToken(String userToken, String additionalTokens)
          Gets the most up-to-date version of the user token.