Hi, I am using FTP2 and File2 endpoints. I want to catch exceptions such as server not reachable or directory does not exist etc. If I use the "exceptionHandler" in the URI for the endpoint my custom Exception handler never gets invoked. If I use the "pollStrategy" in the URI it does get invoked for server not reachable problem (didn't tries yet for directory not exist). My question is when does the exceptionhandler get invoked ? On what types of exception?
On a side note - Also in pollStrategy the retry attempts are the ones checked there ...so ia maximum retry from the URI ignored? thanks in advance, -v- -- View this message in context: http://camel.465427.n5.nabble.com/Difference-between-exceptionHandler-and-pollStrategy-tp5718869.html Sent from the Camel - Users mailing list archive at Nabble.com.
