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
public class ResolveEndpointFailedException extends RuntimeCamelException
A runtime exception thrown if anEndpoint
cannot be resolved via URI- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolveEndpointFailedException(String uri)
ResolveEndpointFailedException(String uri, String message)
ResolveEndpointFailedException(String uri, Throwable cause)
-
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
-
-
-
-
Method Detail
-
getUri
public String getUri()
-
-