spring boot mvc return othter http status code

‮tth‬ps://www.lautturi.com
spring boot mvc return othter http status code
@RequestMapping(value = "/exception", method = RequestMethod.GET)
@ResponseBody
public ResponseEntity sendViaException() {
    throw new ForbiddenException();
	// throw new NotFoundException();
}
Created Time:2017-10-09 20:43:43  Author:lautturi