Uses of Class
org.apache.camel.CamelExecutionException

Packages that use CamelExecutionException
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of CamelExecutionException in org.apache.camel.util
 

Methods in org.apache.camel.util that return CamelExecutionException
static CamelExecutionException ObjectHelper.wrapCamelExecutionException(Exchange exchange, Throwable e)
          Wraps the caused exception in a CamelExecutionException if its not already such an exception.
 



Apache CAMEL