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

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

package com.stripe.exception;

public class AuthenticationException extends StripeException {


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

	private static final long serialVersionUID = 1L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy