com.stripe.exception
Class CardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stripe.exception.StripeException
com.stripe.exception.CardException
- All Implemented Interfaces:
- Serializable
public class CardException
- extends StripeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CardException
public CardException(String message,
String code,
String param,
Throwable e)
getCode
public String getCode()
getParam
public String getParam()
Copyright © 2012 Stripe. All Rights Reserved.