Serialized Form
-
Package com.stripe.exception
-
Exception com.stripe.exception.ApiConnectionException
class ApiConnectionException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.ApiException
class ApiException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.ApiKeyMissingException
class ApiKeyMissingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.stripe.exception.AuthenticationException
class AuthenticationException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.CardException
class CardException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.EventDataObjectDeserializationException
class EventDataObjectDeserializationException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
rawJson
String rawJson
JSON intended as event data objectEventDataObjectDeserializer.getObject()
that fails deserialization.
-
-
Exception com.stripe.exception.IdempotencyException
class IdempotencyException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.InvalidRequestException
class InvalidRequestException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
param
String param
-
-
Exception com.stripe.exception.PermissionException
class PermissionException extends AuthenticationException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.RateLimitException
class RateLimitException extends InvalidRequestException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.SignatureVerificationException
class SignatureVerificationException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
sigHeader
String sigHeader
-
-
Exception com.stripe.exception.StripeException
class StripeException extends Exception implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
code
String code
Returns the error code of the response that triggered this exception. ForApiException
the error code will be equal toStripeError.getCode()
. -
requestId
String requestId
Returns the request ID of the request that triggered this exception. -
statusCode
Integer statusCode
Returns the status code of the response that triggered this exception.
-
-
-
Package com.stripe.exception.oauth
-
Exception com.stripe.exception.oauth.InvalidClientException
class InvalidClientException extends OAuthException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.oauth.InvalidGrantException
class InvalidGrantException extends OAuthException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.oauth.InvalidRequestException
class InvalidRequestException extends OAuthException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.oauth.InvalidScopeException
class InvalidScopeException extends OAuthException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.oauth.OAuthException
class OAuthException extends StripeException implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
oauthError
OAuthError oauthError
The error resource returned by Stripe's OAuth API that caused the exception.
-
-
Exception com.stripe.exception.oauth.UnsupportedGrantTypeException
class UnsupportedGrantTypeException extends OAuthException implements Serializable- serialVersionUID:
- 2L
-
Exception com.stripe.exception.oauth.UnsupportedResponseTypeException
class UnsupportedResponseTypeException extends OAuthException implements Serializable- serialVersionUID:
- 2L
-
-
Package com.stripe.net
-
Class com.stripe.net.KeyValuePair
- serialVersionUID:
- 1L
-
Exception com.stripe.net.RequestOptions.InvalidRequestOptionsException
class InvalidRequestOptionsException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.stripe.util