196197198199200201202203
} catch (IOException e) { LOG.error("Failed to deserialize JSON."); LOG.debug("Failing JSON: " + jsonString, e); throw new RestIOException(e, "Unable to parse server response."); } }