Hi all, Which Exception should I use when I can't convert something in a TypeConverter?
I was throwing a org.apache.camel.NoTypeConversionAvailableException, but this is used when no type converter exists. Is there an appropriate exception recommended to be used? thank you! Cristiano