public class CardException extends StripeException
Exception indicating that there is a problem with a Card used for a request.
Card errors are the most common type of error you should expect to handle.
They result when the user enters a card that can't be charged for some reason.serialVersionUID| Constructor and Description |
|---|
CardException(java.lang.String message,
java.lang.String requestId,
java.lang.String code,
java.lang.String param,
java.lang.String declineCode,
java.lang.String charge,
java.lang.Integer statusCode,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharge() |
java.lang.String |
getCode() |
java.lang.String |
getDeclineCode() |
java.lang.String |
getParam() |
getRequestId, getStatusCode, toString