From 29952e1e673e87d4ac1fc8f7c2d6088c975fa99f Mon Sep 17 00:00:00 2001 From: fengjin <1435304038@qq.com> Date: 星期一, 28 十一月 2022 11:00:39 +0800 Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/PartyBuildingMemberException.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/PartyBuildingMemberException.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/PartyBuildingMemberException.java index 3e2bf9c..af359bc 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/PartyBuildingMemberException.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/PartyBuildingMemberException.java @@ -6,20 +6,22 @@ * @author: huang.hongfa weixin hhf9596 qq 959656820 * @create: 2020-11-30 11:01 **/ -public class PartyBuildingMemberException extends RuntimeException{ +public class PartyBuildingMemberException extends RuntimeException { private static final long serialVersionUID = 1L; - private String msg="党建异常"; + private String msg = "党建异常"; private int code = 500; public PartyBuildingMemberException(String msg) { super(msg); this.msg = msg; } + public PartyBuildingMemberException() { super(); } + public PartyBuildingMemberException(String msg, Throwable e) { super(msg, e); this.msg = msg; -- Gitblit v1.7.1