缺少@Override注解

This commit is contained in:
chenjh3 2022-07-07 18:04:16 +08:00
parent 0d58ecb09c
commit b2a32daebf
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class GlobalException extends RuntimeException
return this; return this;
} }
@Override
public String getMessage() public String getMessage()
{ {
return message; return message;

View File

@ -49,6 +49,7 @@ public final class ServiceException extends RuntimeException
return detailMessage; return detailMessage;
} }
@Override
public String getMessage() public String getMessage()
{ {
return message; return message;