We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fd260 commit c17663bCopy full SHA for c17663b
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/Operator.java
@@ -52,7 +52,7 @@ public void start() {
52
}
53
} catch (Exception e) {
54
log.error("Error retrieving the server version. Exiting!", e);
55
- throw new OperatorException("Error retrieving the server version");
+ throw new OperatorException("Error retrieving the server version", e);
56
57
58
0 commit comments