MINOR - Update exception in PipelineServiceClientFactory (#14567)

* MINOR - Update exception in PipelineServiceClientFactory

* format
This commit is contained in:
Pere Miquel Brull 2024-01-03 16:42:03 +01:00 committed by GitHub
parent 5527336b9c
commit 86e679e932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,7 @@ public final class PipelineServiceClientFactory {
| IllegalAccessException e) {
throw new PipelineServiceClientException(
String.format(
"Error trying to load PipelineServiceClient %s: %s",
pipelineServiceClientClass, e.getMessage()));
"Error trying to load PipelineServiceClient %s: %s", pipelineServiceClientClass, e));
}
}
}