Constructor | Description |
---|---|
com.stripe.exception.APIException(String, String, Integer, Throwable) |
Use new constructor with `code` argument instead.
|
com.stripe.exception.AuthenticationException(String, String, Integer) |
Use new constructor with `code` argument instead.
|
com.stripe.exception.InvalidRequestException(String, String, String, Integer, Throwable) |
Use new constructor with `code` argument instead.
|
com.stripe.exception.PermissionException(String, String, Integer) |
Use new constructor with `code` argument instead.
|
com.stripe.exception.RateLimitException(String, String, String, Integer, Throwable) |
Use new constructor with `code` argument instead.
|
com.stripe.exception.StripeException(String, String, Integer) |
Use new constructor with `code` argument instead.
|
com.stripe.exception.StripeException(String, String, Integer, Throwable) |
Use new constructor with `code` argument instead.
|