Hi,
i have this java class:

new RouteBuilder(){
            @Override
            public void configure() throws Exception {
               
from("imaps://mail.gmail.com:993?username=x...@gmail.com&password=XXX&unseen=true").
                process(myprocess);
            }

when from endpoint failed (password error for example), how i can get error?
"dotry" after work after "from" (  from(...).dotry(...)... ).
I don't understand how catch "from" exception.



--
View this message in context: 
http://camel.465427.n5.nabble.com/IMAP-error-handling-in-configure-route-tp5773329.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to