mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-03 19:16:10 +00:00
MINOR - Update exception in PipelineServiceClientFactory (#14567)
* MINOR - Update exception in PipelineServiceClientFactory * format
This commit is contained in:
parent
5527336b9c
commit
86e679e932
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user