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

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

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

public class RateLimitException extends InvalidRequestException {
  private static final long serialVersionUID = 2L;

  public RateLimitException(
      String message,
      String param,
      String requestId,
      String code,
      Integer statusCode,
      Throwable e) {
    super(message, param, requestId, code, statusCode, e);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy