mayurbm commented on PR #25554: URL: https://github.com/apache/camel/pull/25554#issuecomment-5344611924
## JIRA Issue: CAMEL-24404 **Link:** https://issues.apache.org/jira/browse/CAMEL-24404 **Summary:** camel-base-engine: InternalRouteStartupManager re-throws consumer startup exceptions raw instead of wrapping in FailedToStartRouteException **Type:** Bug **Component:** camel-base-engine ### Problem Two catch blocks in re-threw consumer startup exceptions raw with bare . When a consumer's throws a message-less exception (e.g. bare from ), the NPE escaped directly to callers instead of being wrapped in . ### Stack Trace ### Note and have the same null-message problem and are fixed separately in PR #25205. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
