apupier commented on code in PR #23304:
URL: https://github.com/apache/camel/pull/23304#discussion_r3261351174


##########
core/camel-api/src/main/java/org/apache/camel/CamelExchangeException.java:
##########
@@ -42,7 +42,7 @@ public CamelExchangeException(String message, @Nullable 
Exchange exchange) {
      * @param exchange the exchange that caused the error
      * @param cause    the cause of the failure
      */
-    public CamelExchangeException(String message, @Nullable Exchange exchange, 
Throwable cause) {
+    public CamelExchangeException(@Nullable String message, @Nullable Exchange 
exchange, Throwable cause) {

Review Comment:
   I think that the cause is Nullable too



-- 
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]

Reply via email to