public class FailedToCreateConsumerException extends RuntimeCamelException
| Constructor and Description |
|---|
FailedToCreateConsumerException(Endpoint endpoint,
String message) |
FailedToCreateConsumerException(Endpoint endpoint,
String message,
Throwable cause) |
FailedToCreateConsumerException(Endpoint endpoint,
Throwable cause) |
FailedToCreateConsumerException(String endpointURI,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailedToCreateConsumerException(String endpointURI, Throwable cause)
public FailedToCreateConsumerException(Endpoint endpoint, Throwable cause)
public FailedToCreateConsumerException(Endpoint endpoint, String message, Throwable cause)
public FailedToCreateConsumerException(Endpoint endpoint, String message)
Apache Camel