异常打印6
This commit is contained in:
@@ -16,7 +16,13 @@ public class OrderValidateException extends RuntimeException{
|
||||
private String msg;
|
||||
|
||||
public OrderValidateException(String msg) {
|
||||
// super(msg);
|
||||
super(msg);
|
||||
this.code = CzgRespCode.FAILURE.getCode();
|
||||
this.msg = msg;
|
||||
}
|
||||
|
||||
public OrderValidateException(String msg, Throwable e) {
|
||||
super(msg, e);
|
||||
this.code = CzgRespCode.FAILURE.getCode();
|
||||
this.msg = msg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user