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

jp.webpay.request.RequiredParamNotSetException Maven / Gradle / Ivy

package jp.webpay.request;

public class RequiredParamNotSetException extends RuntimeException {
    RequiredParamNotSetException(String param) {
        super("Required parameter " + param + " is not set");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy