sanpwc commented on code in PR #2107:
URL: https://github.com/apache/ignite-3/pull/2107#discussion_r1212075525


##########
modules/api/src/main/java/org/apache/ignite/lang/IgniteException.java:
##########
@@ -255,6 +252,14 @@ public UUID traceId() {
         return traceId;
     }
 
+    /** {@inheritDoc} */
+    @Override
+    public String toString() {

Review Comment:
   It looks a bit weird that we had to duplicate exact the same code in all our 
ignite specific root exceptions toString() and similar, however I don't have 
better solution here.   



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