mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-02 10:57:49 +08:00
增加无参构造方法
This commit is contained in:
@@ -25,4 +25,8 @@ public class NotFoundException extends BusinessException {
|
||||
public NotFoundException(String message) {
|
||||
super(message, 404);
|
||||
}
|
||||
|
||||
public NotFoundException() {
|
||||
this("data not found");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user