Uses of Class
org.apache.camel.RuntimeCamelException
Packages that use RuntimeCamelException
Package
Description
The core Camel API.
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of RuntimeCamelException in org.apache.camel
Subclasses of RuntimeCamelException in org.apache.camelModifier and TypeClassDescriptionclassThrown when an operation is attempted on aServicethat has already been stopped and therefore cannot service the call.classException occurred during execution/processing of anExchange.classThrown if the body could not be converted to the required typeclassAn exception thrown if evaluation of the expression failed.classAn exception thrown if the expression contains illegal syntax.classclassclassThrown when Camel cannot build aRoutefrom aRoutesBuilderor route model, for example because anEndpointcannot be resolved, a referenced bean or processor is missing, or DSL validation fails.classThrown when theCamelContextfails to instantiate aRoutefrom a route template definition, for example because a required template parameter is missing or the generated route is invalid.classThrown when aComponentfails to start as part of theCamelContextstartup sequence.classThrown when a previously builtRoutefails to start as part of theCamelContextstartup or aRouteControllerstartRoutecall.classUnchecked variant ofInvalidPayloadException, thrown when the body of aMessagecannot be converted to the expected type.classAn exception caused when an invalid property name is used on an objectclassThrown when a bean cannot be found in the CamelRegistryby name or by type.classA runtime exception if a given bean type could not be found in theRegistryclassThrown when a routing processor (such as a recipient list or dynamic router) cannot resolve a URI to a knownEndpoint, typically because the required Camel component is missing from the classpath.classA runtime exception thrown if an attempt is made to resolve an unknown language definition.classA runtime exception if a given service could not be found in the classpathclassError binding property to a bean.classException indicating a failure while trying to create a proxy of a given type and on a given endpointclassThrown when theCamelContextfails to resolve a URI to anEndpoint, for example because the scheme is unknown, the component is not on the classpath, or the URI contains invalid parameters.classUnchecked base exception carrying theExchangewhose processing triggered the failure.classThrown if an expression evaluation failsclassThrown if a message transformation failsclassThrown when stream caching of a message body fails.classUnchecked exception thrown when a type converter is found but fails to convert a value to the required type.classException when failing to add type converters due there is already an existing type converter.classException when failing to load type converters.Methods in org.apache.camel that return RuntimeCamelExceptionModifier and TypeMethodDescriptionstatic RuntimeCamelExceptionRuntimeCamelException.wrapRuntimeCamelException(Throwable e) Wraps the caused exception in aRuntimeCamelExceptionif its not already such an exception. -
Uses of RuntimeCamelException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw RuntimeCamelExceptionModifier and TypeMethodDescriptionvoidBinds the bean to the repository (if possible).voidRegistry.bind(String id, Class<?> type, Object bean, @Nullable String initMethod, @Nullable String destroyMethod) Binds the bean to the repository (if possible).voidBinds the bean (via a supplier) to the repository (if possible).voidRegistry.bind(String id, Class<?> type, Supplier<Object> bean, @Nullable String initMethod, @Nullable String destroyMethod) Binds the bean to the repository (if possible).default voidBinds the bean to the repository (if possible).default voidBinds the bean to the repository (if possible).voidRegistry.bindAsPrototype(String id, Class<?> type, Supplier<Object> bean) Binds the bean (via a supplier) to the repository (if possible). -
Uses of RuntimeCamelException in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that throw RuntimeCamelExceptionModifier and TypeMethodDescriptionprotected @Nullable StringJsseParameters.parsePropertyValue(@Nullable String value) Parses the value using the Camel Property Placeholder capabilities if a context is provided.JsseParameters.parsePropertyValues(List<String> values) Parses the values using the Camel Property Placeholder capabilities if a context is provided.