We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a883b8 commit cf106ecCopy full SHA for cf106ec
spring-web/src/main/java/org/springframework/web/client/RestClientException.java
@@ -31,15 +31,15 @@ public class RestClientException extends NestedRuntimeException {
31
32
33
/**
34
- * Construct a new instance of {@code HttpClientException} with the given message.
+ * Construct a new instance of {@code RestClientException} with the given message.
35
* @param msg the message
36
*/
37
public RestClientException(String msg) {
38
super(msg);
39
}
40
41
42
- * Construct a new instance of {@code HttpClientException} with the given message and
+ * Construct a new instance of {@code RestClientException} with the given message and
43
* exception.
44
45
* @param ex the exception
0 commit comments