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

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

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

public class PermissionException extends AuthenticationException {
	private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy