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

stripe / stripe-java / #16660

21 Nov 2024 09:08PM CUT coverage: 12.4%. Remained the same
#16660

push

github

ramya-stripe
Bump version to 28.2.0-beta.1

18860 of 152092 relevant lines covered (12.4%)

0.12 hits per line

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

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

3
/**
4
 * InvalidGrantException is raised when a specified code doesn't exist, is expired, has been used,
5
 * or doesn't belong to you; a refresh token doesn't exist, or doesn't belong to you; or if an API
6
 * key's mode (live or test) doesn't match the mode of a code or refresh token.
7
 */
8
public class InvalidGrantException extends OAuthException {
9
  private static final long serialVersionUID = 2L;
10

11
  public InvalidGrantException(
12
      String code, String description, String requestId, Integer statusCode, Throwable e) {
13
    super(code, description, requestId, 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