Package org.apache.camel
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
public class NoSuchEndpointException extends RuntimeCamelException
A runtime exception thrown if a routing processor such as a recipient list is unable to resolve anEndpoint
from a URI.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchEndpointException(String uri)
NoSuchEndpointException(String uri, String resolveMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUri()
-
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
-
-