alievmirza commented on a change in pull request #73:
URL: https://github.com/apache/ignite-3/pull/73#discussion_r608538095
##########
File path:
modules/core/src/main/java/org/apache/ignite/lang/IgniteRuntimeException.java
##########
@@ -17,11 +17,18 @@
package org.apache.ignite.lang;
-import java.util.concurrent.CompletionStage;
-import java.util.concurrent.Future;
-
/**
- * Future providing chaining capabilities for the construction of computation
pipelines.
+ * Ignite runtime exception base class.
*/
-public interface IgniteFuture<T> extends CompletionStage<T>, Future<T> {
+public class IgniteRuntimeException extends RuntimeException {
Review comment:
seems that we can reuse `IgniteInternalException`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]