in src/main/java/org/apache/nutch/webui/client/NutchClientFactory.java [37:43]
public NutchClient getClient(NutchInstance instance) {
try {
return cache.get(instance);
} catch (ExecutionException e) {
throw new IllegalStateException(e);
}
}