public abstract class StripeException extends Exception
| Constructor and Description |
|---|
StripeException(String message,
String requestId,
Integer statusCode) |
StripeException(String message,
String requestId,
Integer statusCode,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId() |
Integer |
getStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2016 Stripe. All rights reserved.