mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +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) {
|
| IllegalAccessException e) {
|
||||||
throw new PipelineServiceClientException(
|
throw new PipelineServiceClientException(
|
||||||
String.format(
|
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