}
public void testAggregateHandleFailedExchange() throws Exception {
final AtomicBoolean tested = new AtomicBoolean();
ExceptionHandler myHandler = new ExceptionHandler() {
public void handleException(Throwable exception) {
}
public void handleException(String message, Throwable exception) {
}