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

jp.webpay.webpay.ApiException Maven / Gradle / Ivy

package jp.webpay.webpay;

public class ApiException extends RuntimeException {
    public ApiException(String message, Throwable cause) {
        super(message, cause);
    }

    public ApiException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy