Class NoSuchEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.NoSuchEndpointException
- All Implemented Interfaces:
Serializable
Thrown when a routing processor (such as a recipient list or dynamic router) cannot resolve a URI to a known
Endpoint, typically because the required Camel component is missing from the classpath.
Contrast with ResolveEndpointFailedException, which is thrown when the component is present but the URI is
malformed or configuration fails.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchEndpointException
- Parameters:
uri- the endpoint URI that could not be found
-
NoSuchEndpointException
-
-
Method Details
-
getUri
-