Closed
Description
In very old implementations all causingexceptions were simply ignored. I've fixed that some time ago that causing errors are passed to our custom exception as cause.
But I chosen the type of catched exceptions to narrow: Instead of HttpClientErrorException
we should catch all possible runtime exceptions from the REST client with RestClientException
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done