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/02/18 15:51:56 UTC

[GitHub] [ignite-3] sk0x50 commented on a change in pull request #659: IGNITE-16528 Implement init command handling

sk0x50 commented on a change in pull request #659:
URL: https://github.com/apache/ignite-3/pull/659#discussion_r810124243



##########
File path: modules/join/src/main/java/org/apache/ignite/internal/join/InitException.java
##########
@@ -15,8 +15,17 @@
  * limitations under the License.
  */
 
+package org.apache.ignite.internal.join;
+
 /**
- * Configuration schemas for Cluster node.
+ * Exception thrown when cluster initialization fails for some reason.
  */
+public class InitException extends RuntimeException {

Review comment:
       It seems to me, this exception should extend `IgniteInternalException` instead of `RuntimeException`




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