/** Renders additional per exception information into the xcontent */
 protected void innerToXContent(XContentBuilder builder, Params params) throws IOException {
   causeToXContent(builder, params);
 }