When getting a response with null body, org.elasticsearch.action.get.GetResponse.sourceAsString throws NullPointerException, here's the relevant call stack:
at org.elasticsearch.util.Unicode.fromBytes(Unicode.java:70)
at org.elasticsearch.action.get.GetResponse.sourceAsString(GetResponse.java:96)