• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stripe / stripe-java / #14653

pending completion
#14653

push

github-actions

richardm-stripe
Bump version to 22.32.0-beta.1

10374 of 94017 relevant lines covered (11.03%)

0.11 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/stripe/exception/RateLimitException.java
1
package com.stripe.exception;
2

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

6
  public RateLimitException(
7
      String message,
8
      String param,
9
      String requestId,
10
      String code,
11
      Integer statusCode,
12
      Throwable e) {
13
    super(message, param, requestId, code, statusCode, e);
×
14
  }
×
15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc