Skip to content

Add cause message to RestClientException #436

@banterCZ

Description

@banterCZ

Task specification

Replace

throw new RestClientException("HTTP GET request failed", ex);

by

throw new RestClientException("HTTP GET request failed; " + ex.getMessage(), ex);

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions