60616263646566
} private class ExceptionThrowingProcesor implements Processor { @Override public void process(Exchange exchange) throws Exception { throw new CustomException("dummy exception"); }