Skip to content

Commit c17663b

Browse files
Tibor Eszesmetacosm
authored andcommitted
Chain root cause to new exception
1 parent d4fd260 commit c17663b

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/Operator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void start() {
5252
}
5353
} catch (Exception e) {
5454
log.error("Error retrieving the server version. Exiting!", e);
55-
throw new OperatorException("Error retrieving the server version");
55+
throw new OperatorException("Error retrieving the server version", e);
5656
}
5757
}
5858

0 commit comments

Comments
 (0)