Hi,
I have a camel route having a custom aggregation strategy which extends
AggregationStrategy. As per the signature of aggregate() method, it does not
allow to throw an exception. But I want to handle the exceptions (that
might occur in the aggregation strategy) in the base route builder in the
onException blocks. Can someone help me in handling the exceptions that
occur in the aggregation strategy?
Thanks,
Richa
I have a camel route having a custom aggregation strategy which extends
AggregationStrategy. As per the signature of aggregate() method, it does not
allow to throw an exception. But I want to handle the exceptions (that
might occur in the aggregation strategy) in the base route builder in the
onException blocks. Can someone help me in handling the exceptions that
occur in the aggregation strategy?
Thanks,
Richa