I'm using RestTemplate on the client and Spring MVC/Jackson on the server-side to stream JSON to the client. However I'm wondering how I can inform the client that a server-side exception occurred?...