错误原因:
@ExceptionHandler(value = UnauthorizedException.class)
但方法中是
public Response unauthorizedException(HttpServletRequest request, CommonException e) {
}
错误原因:
@ExceptionHandler(value = UnauthorizedException.class)
但方法中是
public Response unauthorizedException(HttpServletRequest request, CommonException e) {
}