in sdk-java/src/main/java/com/spotify/confidence/Confidence.java [302:305]
protected ClientDelegate client() { if (client == null) throw new IllegalStateException("Resource closed"); return client; }