mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 02:46:09 +00:00
MINOR - PipelineServiceClientFactory exception handling (#20070)
* MINOR - PipelineServiceClientFactory exception handling * Update PipelineServiceClientFactory.java
This commit is contained in:
parent
24e67e8608
commit
6a60d4cb68
@ -53,7 +53,8 @@ public final class PipelineServiceClientFactory {
|
||||
| IllegalAccessException e) {
|
||||
throw new PipelineServiceClientException(
|
||||
String.format(
|
||||
"Error trying to load PipelineServiceClient %s: %s", pipelineServiceClientClass, e));
|
||||
"Error trying to load PipelineServiceClient %s: %s",
|
||||
pipelineServiceClientClass, e.getCause()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user