mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-07 21:17:07 +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) {
|
| IllegalAccessException e) {
|
||||||
throw new PipelineServiceClientException(
|
throw new PipelineServiceClientException(
|
||||||
String.format(
|
String.format(
|
||||||
"Error trying to load PipelineServiceClient %s: %s",
|
"Error trying to load PipelineServiceClient %s: %s", pipelineServiceClientClass, e));
|
||||||
pipelineServiceClientClass, e.getMessage()));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user