public void runtimeException_isMapped() throws Exception {
// given
final RestfulRequest restfulReq = client.createRequest(HttpMethod.GET, "version");
final Header<Boolean> header = new Header<Boolean>("X-FAIL", Parser.forBoolean());
restfulReq.withHeader(header, true);
// when
final RestfulResponse<JsonRepresentation> jsonResp = restfulReq.execute();
// then