Uses of Class
org.apache.camel.RuntimeCamelException
Packages that use RuntimeCamelException
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of RuntimeCamelException in org.apache.camel
Subclasses of RuntimeCamelException in org.apache.camelModifier and TypeClassDescriptionclass
Exception thrown in situations when aService
has already been stopped.class
Exception occurred during execution/processing of anExchange
.class
Thrown if the body could not be converted to the required typeclass
An exception thrown if evaluation of the expression failed.class
An exception thrown if the expression contains illegal syntax.class
Thrown if Camel failed to create a consumer for a given endpoint.class
Thrown if Camel failed to create a producer for a given endpoint.class
Exception when failing to create aRoute
.class
Exception when failing to create aRoute
from a RouteTemplateDefinition.class
Exception when failing to start aComponent
.class
Exception when failing to start aRoute
.class
Runtime version of theInvalidPayloadException
.class
An exception caused when an invalid property name is used on an objectclass
A runtime exception if a given bean could not be found in theRegistry
class
A runtime exception if a given bean type could not be found in theRegistry
class
A runtime exception thrown if a routing processor such as a recipient list is unable to resolve anEndpoint
from a URI.class
A runtime exception thrown if an attempt is made to resolve an unknown language definition.class
Error binding property to a bean.class
Exception indicating a failure while trying to create a proxy of a given type and on a given endpointclass
A runtime exception thrown if anEndpoint
cannot be resolved via URIclass
A runtime exception caused by a specific messageExchange
class
Thrown if an expression evaluation failsclass
Thrown if a message transformation failsclass
class
Exception when failing during type conversion.class
Exception when failing to add type converters due there is already an existing type converter.class
Exception when failing to load type converters.Methods in org.apache.camel that return RuntimeCamelExceptionModifier and TypeMethodDescriptionstatic RuntimeCamelException
RuntimeCamelException.wrapRuntimeCamelException
(Throwable e) Wraps the caused exception in aRuntimeCamelException
if its not already such an exception. -
Uses of RuntimeCamelException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw RuntimeCamelExceptionModifier and TypeMethodDescriptionvoid
Binds the bean to the repository (if possible).void
Binds the bean (via a supplier) to the repository (if possible).default void
Binds the bean to the repository (if possible).void
Registry.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 String
JsseParameters.parsePropertyValue
(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.