Class FailedToStartComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.FailedToStartComponentException
- All Implemented Interfaces:
Serializable
Thrown when a
Component fails to start as part of the CamelContext startup sequence.
Carries the component name so the error message points at the offending component (typically the URI scheme used in
route DSL, e.g. kafka, http).- Since:
- 3.9
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedToStartComponentException(String componentName, String message, 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
-
FailedToStartComponentException
-
-
Method Details
-
getComponentName
-