作者 钟来

初始提交

@@ -14,7 +14,6 @@ public class MyException extends RuntimeException { @@ -14,7 +14,6 @@ public class MyException extends RuntimeException {
14 private String message;//错误详情 14 private String message;//错误详情
15 private Object data;//其它数据 15 private Object data;//其它数据
16 16
17 -  
18 public MyException(int httpCode, String code, String message) { 17 public MyException(int httpCode, String code, String message) {
19 this.httpCode = httpCode; 18 this.httpCode = httpCode;
20 this.code = code; 19 this.code = code;