349350351352353354355356357358359
} catch (ConnectionNotFoundException e) { return error(e.getMessage(), Response.status(Response.Status.NOT_FOUND)); } finally { if (projectHostingClient != null) { projectHostingClient.cleanUp(); } } } /**