Class FailedToCreateConsumerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.FailedToCreateConsumerException
- All Implemented Interfaces:
Serializable
Thrown when an
Endpoint cannot produce a Consumer, for example because the endpoint URI is not
consumer-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
ConstructorsConstructorDescriptionFailedToCreateConsumerException(String endpointURI, Throwable cause) FailedToCreateConsumerException(Endpoint endpoint, String message) FailedToCreateConsumerException(Endpoint endpoint, String message, Throwable cause) FailedToCreateConsumerException(Endpoint endpoint, Throwable cause) -
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
-
FailedToCreateConsumerException
-
FailedToCreateConsumerException
-
FailedToCreateConsumerException
-
FailedToCreateConsumerException
-
-
Method Details
-
getUri
-