Thank you so much Can you please elaborate on bean paramater binding with camel for Exception object
Fot this case what will be the below details <onException> .. <to uri="bean:myBean"/> </onException> <bean id="myBean" class="MyBean"> <property name="??" value="??" /> </bean> Public class MyBean{ // ?? variables types in beans public void doSomething(Object body, Exception cause) { } } -- View this message in context: http://camel.465427.n5.nabble.com/Catch-camel-exception-in-java-code-tp5015714p5016288.html Sent from the Camel - Users mailing list archive at Nabble.com.