File tree Expand file tree Collapse file tree
modules/core/src/main/java/org/apache/ignite/internal/lang Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import static org .apache .ignite .lang .ErrorGroups .Common .NODE_STOPPING_ERR ;
2121
2222import java .util .UUID ;
23- import org .apache .ignite .tx .RetriableReplicaRequestException ;
24- import org .apache .ignite .tx .RetriableTransactionException ;
2523import org .jetbrains .annotations .Nullable ;
2624
2725/**
2826 * This exception is used to indicate that Ignite node is stopping (already stopped) for some reason.
2927 */
30- public class NodeStoppingException extends IgniteInternalCheckedException implements RetriableTransactionException ,
31- RetriableReplicaRequestException {
28+ public class NodeStoppingException extends IgniteInternalCheckedException {
3229 /** Serial version UID. */
3330 private static final long serialVersionUID = 0L ;
3431
You can’t perform that action at this time.
0 commit comments