You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/06/29 13:59:36 UTC

[GitHub] [ignite-3] sk0x50 commented on a diff in pull request #904: IGNITE-14931 Added error groups

sk0x50 commented on code in PR #904:
URL: https://github.com/apache/ignite-3/pull/904#discussion_r909672430


##########
modules/api/src/main/java/org/apache/ignite/lang/TableNotFoundException.java:
##########
@@ -27,6 +30,6 @@ public class TableNotFoundException extends IgniteException {
      * @param name Table name.
      */
     public TableNotFoundException(String name) {
-        super(IgniteStringFormatter.format("Table does not exist [name={}]", name));
+        super(TABLE_ERR_GROUP.name(), TABLE_ALREADY_EXISTS_ERR, "Table does not exist [name=" + name + ']');

Review Comment:
   Good catch! Will fix it.



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org