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

top.jfunc.http.paramsign.ParamSignException Maven / Gradle / Ivy

package top.jfunc.http.paramsign;

/**
 * @author xiongshiyan at 2020/7/31 , contact me with email [email protected] or phone 15208384257
 */
public class ParamSignException extends RuntimeException {
    private SignParam signParam;
    public ParamSignException(String message , SignParam signParam) {
        super(message);
        this.signParam = signParam;
    }

    public SignParam getSignParam() {
        return signParam;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy