}
}
} else {
LOGGER.info("No exception handler is configured. The default ones will be used for NoHttpResponse and ConnectTimeoutException");
exceptionHandlers.put(NoHttpResponseException.class.getName(),
new AlwaysTrue());
exceptionHandlers.put(ConnectTimeoutException.class.getName(),
new AlwaysFalse());
}
return exceptionHandlers;