Package org.apache.camel
Class ResolveEndpointFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.ResolveEndpointFailedException
- All Implemented Interfaces:
Serializable
A runtime exception thrown if an
Endpoint
cannot be resolved via URI- See Also:
-
Constructor Summary
ConstructorDescriptionResolveEndpointFailedException
(String uri, String message) ResolveEndpointFailedException
(String uri, Throwable cause) -
Method Summary
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResolveEndpointFailedException
-
ResolveEndpointFailedException
-
ResolveEndpointFailedException
-
-
Method Details
-
getUri
-