From c9f1d613d0d700ee0464561e057507c106e2e3c4 Mon Sep 17 00:00:00 2001 From: Gisli Magnusson Date: Mon, 21 Jul 2025 23:23:59 +0000 Subject: [PATCH] fix(ENGKNOW-2641): Make GorSystemExceptions retriable. --- .../main/java/org/gorpipe/exceptions/GorSystemException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/main/java/org/gorpipe/exceptions/GorSystemException.java b/base/src/main/java/org/gorpipe/exceptions/GorSystemException.java index 4115406a..9b27a7ee 100644 --- a/base/src/main/java/org/gorpipe/exceptions/GorSystemException.java +++ b/base/src/main/java/org/gorpipe/exceptions/GorSystemException.java @@ -34,7 +34,7 @@ * * @version $Id$ */ -public class GorSystemException extends GorException { +public class GorSystemException extends GorRetryException { /** * Construct *