270271272273274275276277278
{ throw new ParseException(e); } } catch ( IOException e) { throw new RuntimeRestException(e); } }
668669670671672673674675
checkError(response); return response; } catch (KeyManagementException | NoSuchAlgorithmException | IOException e) { throw new RuntimeRestException(e); } }
748749750751752753754755
{ throw new ParseException(e); } } catch (IllegalStateException | IOException e1) { throw new RuntimeRestException(e1); } }
769770771772773774775776
{ throw new ParseException(e); } } catch (IllegalStateException | IOException | JAXBException e1) { throw new RuntimeRestException(e1); } }