You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/12/17 04:03:10 UTC

[jira] [Resolved] (CAMEL-7071) Exchange.getException(Class clazz) returns root cause instead of thrown exception

     [ https://issues.apache.org/jira/browse/CAMEL-7071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-7071.
---------------------------------

    Resolution: Won't Fix

> Exchange.getException(Class<T> clazz) returns root cause instead of thrown exception
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-7071
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7071
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.12.2
>            Reporter: Mariusz Lotko
>            Assignee: Willem Jiang
>
> If I catch SQLException and wrap it in new MyCoolBuisinessException, then Exchange.getException() returns MyCoolBusinessException, but Exchange.getException(Exception.class) returns SQLException.
> This impacts ExchangeException annotation which calls Exchange.getException(Exception.class).
> Reason for that is in constructor of ObjectUtils.ExceptionIterator which for some reason calls Collections.reverse(tree).



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)