Fix UnprocessableContent support in WebClientResponseException
Prior to this commit, `WebClientResponseException` would only support
the deprecated "unprocessable entity" status.
This commit adds the missing support for "unprocessable content" when
creating exceptions with `WebClientResponseException#create`.
Fixes gh-35802
@ -314,6 +314,7 @@ public class WebClientResponseException extends WebClientException {
@@ -314,6 +314,7 @@ public class WebClientResponseException extends WebClientException {
@ -340,7 +341,7 @@ public class WebClientResponseException extends WebClientException {
@@ -340,7 +341,7 @@ public class WebClientResponseException extends WebClientException {
@ -356,7 +357,7 @@ public class WebClientResponseException extends WebClientException {
@@ -356,7 +357,7 @@ public class WebClientResponseException extends WebClientException {
@ -371,7 +372,7 @@ public class WebClientResponseException extends WebClientException {
@@ -371,7 +372,7 @@ public class WebClientResponseException extends WebClientException {
@ -386,7 +387,7 @@ public class WebClientResponseException extends WebClientException {
@@ -386,7 +387,7 @@ public class WebClientResponseException extends WebClientException {
@ -401,7 +402,7 @@ public class WebClientResponseException extends WebClientException {
@@ -401,7 +402,7 @@ public class WebClientResponseException extends WebClientException {
@ -416,7 +417,7 @@ public class WebClientResponseException extends WebClientException {
@@ -416,7 +417,7 @@ public class WebClientResponseException extends WebClientException {
@ -431,7 +432,7 @@ public class WebClientResponseException extends WebClientException {
@@ -431,7 +432,7 @@ public class WebClientResponseException extends WebClientException {
@ -446,7 +447,7 @@ public class WebClientResponseException extends WebClientException {
@@ -446,7 +447,7 @@ public class WebClientResponseException extends WebClientException {
@ -461,7 +462,7 @@ public class WebClientResponseException extends WebClientException {
@@ -461,7 +462,7 @@ public class WebClientResponseException extends WebClientException {
@ -476,7 +477,7 @@ public class WebClientResponseException extends WebClientException {
@@ -476,7 +477,7 @@ public class WebClientResponseException extends WebClientException {
@ -494,7 +495,7 @@ public class WebClientResponseException extends WebClientException {
@@ -494,7 +495,7 @@ public class WebClientResponseException extends WebClientException {
@ -509,7 +510,7 @@ public class WebClientResponseException extends WebClientException {
@@ -509,7 +510,7 @@ public class WebClientResponseException extends WebClientException {
@ -528,7 +529,7 @@ public class WebClientResponseException extends WebClientException {
@@ -528,7 +529,7 @@ public class WebClientResponseException extends WebClientException {
@ -543,7 +544,7 @@ public class WebClientResponseException extends WebClientException {
@@ -543,7 +544,7 @@ public class WebClientResponseException extends WebClientException {
@ -558,7 +559,7 @@ public class WebClientResponseException extends WebClientException {
@@ -558,7 +559,7 @@ public class WebClientResponseException extends WebClientException {
@ -573,7 +574,7 @@ public class WebClientResponseException extends WebClientException {
@@ -573,7 +574,7 @@ public class WebClientResponseException extends WebClientException {
@ -588,7 +589,7 @@ public class WebClientResponseException extends WebClientException {
@@ -588,7 +589,7 @@ public class WebClientResponseException extends WebClientException {