Uses of Class
com.stripe.exception.StripeException

Packages that use StripeException
com.stripe.exception   
com.stripe.model   
com.stripe.net   
 

Uses of StripeException in com.stripe.exception
 

Subclasses of StripeException in com.stripe.exception
 class APIConnectionException
           
 class APIException
           
 class AuthenticationException
           
 class CardException
           
 class InvalidRequestException
           
 

Uses of StripeException in com.stripe.model
 

Methods in com.stripe.model that throw StripeException
static PlanCollection Plan.all(Map<String,Object> params)
           
static InvoiceItemCollection InvoiceItem.all(Map<String,Object> params)
           
static InvoiceCollection Invoice.all(Map<String,Object> params)
           
static CustomerCollection Customer.all(Map<String,Object> params)
           
static CouponCollection Coupon.all(Map<String,Object> params)
           
static ChargeCollection Charge.all(Map<String,Object> params)
           
 Subscription Customer.cancelSubscription(Map<String,Object> params)
           
static Token Token.create(Map<String,Object> params)
           
static Plan Plan.create(Map<String,Object> params)
           
static InvoiceItem InvoiceItem.create(Map<String,Object> params)
           
static Customer Customer.create(Map<String,Object> params)
           
static Coupon Coupon.create(Map<String,Object> params)
           
static Charge Charge.create(Map<String,Object> params)
           
 DeletedPlan Plan.delete()
           
 DeletedInvoiceItem InvoiceItem.delete()
           
 DeletedCustomer Customer.delete()
           
 DeletedCoupon Coupon.delete()
           
 Charge Charge.refund()
           
static Token Token.retrieve(String id)
           
static Plan Plan.retrieve(String id)
           
static InvoiceItem InvoiceItem.retrieve(String id)
           
static Invoice Invoice.retrieve(String id)
           
static Customer Customer.retrieve(String id)
           
static Coupon Coupon.retrieve(String id)
           
static Charge Charge.retrieve(String id)
           
static Invoice Invoice.upcoming(Map<String,Object> params)
           
 InvoiceItem InvoiceItem.update(Map<String,Object> params)
           
 Customer Customer.update(Map<String,Object> params)
           
 Subscription Customer.updateSubscription(Map<String,Object> params)
           
 

Uses of StripeException in com.stripe.net
 

Methods in com.stripe.net that throw StripeException
protected static
<T> T
APIResource.request(APIResource.RequestMethod method, String url, Map<String,Object> params, Class<T> clazz)
           
 



Copyright © 2011 Stripe. All Rights Reserved.