Hi,
Claus Ibsen-2 wrote:
>
> Can you show the entire hierarchy of this exception? I guess it could
> contain also a caused exception which may be of type Exception or the
> likes.
>
The UnmarshalException is declared like this
public class UnmarshalException extends Exception {
...
}
so the hierachy is
UnmarshalException
Exception
Throwable
Serializable
... DRy
--
View this message in context:
http://old.nabble.com/Exception-handling-...-onException-tp26215607p26297084.html
Sent from the Camel - Users mailing list archive at Nabble.com.