Class FailedToCreateProducerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.FailedToCreateProducerException
- All Implemented Interfaces:
Serializable
Thrown when an
Endpoint cannot produce a Producer, for example because the endpoint URI is not
producer-capable, required options are missing, or an underlying client connection cannot be opened.
The originating endpoint URI is sanitized (credentials removed) before being included in the message.- 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
-
FailedToCreateProducerException
-
-
Method Details
-
getUri
-