All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stripe.exception.IdempotencyException Maven / Gradle / Ivy

There is a newer version: 28.1.0-beta.3
Show newest version
package com.stripe.exception;

public class IdempotencyException extends StripeException {
  private static final long serialVersionUID = 2L;

  public IdempotencyException(String message, String requestId, String code, Integer statusCode) {
    super(message, requestId, code, statusCode);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy