org/support
>
>
> -
> http://developpef.blogspot.com
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Exceptions-management-tp5726051p5726143.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
--
Claus Ibsen
-
R
We currently use 2.10.2
-
http://developpef.blogspot.com
--
View this message in context:
http://camel.465427.n5.nabble.com/Exceptions-management-tp5726051p5726143.html
Sent from the Camel - Users mailing list archive at Nabble.com.
On Wed, Jan 23, 2013 at 11:20 AM, developpef wrote:
> Hello,
>
> This message to get more explanations on exceptions management on routes.
>
> Here is my app :
>
> I created a custom MyException extending RuntimeCamelException (wich extends
> Exception).
>
> M
Hello,
This message to get more explanations on exceptions management on routes.
Here is my app :
I created a custom MyException extending RuntimeCamelException (wich extends
Exception).
My routes are :
onException(MyException.class).handled(true).log("FATAL").end();
from("..