public class StripeApiException extends StripeException
| Modifier and Type | Field and Description |
|---|---|
protected int |
code |
protected ErrorResponse |
response |
| Constructor and Description |
|---|
StripeApiException(ErrorResponse response,
int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
ErrorResponse |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ErrorResponse response
protected int code
public StripeApiException(ErrorResponse response, int code)
public ErrorResponse getResponse()
public int getCode()
Copyright © 2014. All rights reserved.