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 b92a5e3 commit 47ef070Copy full SHA for 47ef070
opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/OpampClientBuilder.java
@@ -376,7 +376,7 @@ public OpampClientBuilder setEffectiveConfigState(State.EffectiveConfig effectiv
376
377
public OpampClient build() {
378
if (service == null) {
379
- throw new NullPointerException(
+ throw new IllegalStateException(
380
"The request service is not set. You must provide it by calling setRequestService()");
381
}
382
List<KeyValue> protoIdentifyingAttributes = new ArrayList<>();
0 commit comments