com.stripe.exception.InvalidRequestException Maven / Gradle / Ivy
// Generated by delombok at Fri May 01 10:51:46 PDT 2020
package com.stripe.exception;
public class InvalidRequestException extends StripeException {
private static final long serialVersionUID = 2L;
private final String param;
public InvalidRequestException(String message, String param, String requestId, String code, Integer statusCode, Throwable e) {
super(message, requestId, code, statusCode, e);
this.param = param;
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getParam() {
return this.param;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy