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

stripe / stripe-java / #16495

03 Oct 2024 08:24PM UTC coverage: 12.899% (-0.04%) from 12.942%
#16495

push

github

web-flow
Remove RequestSigningAuthenticator (#1892)

18701 of 144977 relevant lines covered (12.9%)

0.13 hits per line

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

50.0
/src/main/java/com/stripe/exception/AuthenticationException.java
1
package com.stripe.exception;
2

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

6
  public AuthenticationException(
7
      String message, String requestId, String code, Integer statusCode) {
8
    super(message, requestId, code, statusCode);
1✔
9
  }
1✔
10

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

© 2026 Coveralls, Inc