mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#251 微信支付证书文件路径配置支持classpath开头的地址
This commit is contained in:
@@ -45,6 +45,11 @@ public class WxPayException extends Exception {
|
||||
this.customErrorMsg = customErrorMsg;
|
||||
}
|
||||
|
||||
public WxPayException(String customErrorMsg, Throwable tr) {
|
||||
super(customErrorMsg, tr);
|
||||
this.customErrorMsg = customErrorMsg;
|
||||
}
|
||||
|
||||
private WxPayException(Builder builder) {
|
||||
super(builder.buildErrorMsg());
|
||||
returnCode = builder.returnCode;
|
||||
|
||||
Reference in New Issue
Block a user