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

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

There is a newer version: 28.2.0
Show newest version
package com.stripe.exception;

public class APIException extends StripeException {

	private static final long serialVersionUID = 1L;

	public APIException(String message, String requestId, Integer statusCode, Throwable e) {
		super(message, requestId, statusCode, e);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy