クラスの使用 
org.springframework.web.client.HttpClientErrorException
HttpClientErrorException を使用するパッケージ 
- org.springframework.web.client 内の HttpClientErrorException 使用修飾子と型クラス説明- static final class- HttpClientErrorExceptionステータス HTTP 400 Bad Request- static final class- HttpClientErrorExceptionステータス HTTP 409 Conflict- static final class- HttpClientErrorExceptionステータス HTTP 403 Forbidden- static final class- HttpClientErrorExceptionステータス HTTP 410 Gone- static final class- HttpClientErrorExceptionステータス HTTP 405 Method Not Allowed- static final class- HttpClientErrorExceptionステータス HTTP 406 Not Acceptable- static final class- HttpClientErrorExceptionステータス HTTP 404 Not Found- static final class- HttpClientErrorExceptionステータス HTTP 429 Too Many Requests- static final class- HttpClientErrorExceptionステータス HTTP 401 Unauthorized- static final class- HttpClientErrorExceptionステータス HTTP 422 Unprocessable Entity- static final class- HttpClientErrorExceptionステータス HTTP 415 Unsupported Media Type修飾子と型メソッド説明- static HttpClientErrorExceptionHttpClientErrorException.- create- (StringSE message, HttpStatusCode statusCode, StringSE statusText, HttpHeaders headers, byte[] body, CharsetSE charset) オプションの準備済みメッセージを含む- create(HttpStatusCode, String, HttpHeaders, byte[], Charset)のバリアント。- static HttpClientErrorExceptionHttpClientErrorException.- create- (HttpStatusCode statusCode, StringSE statusText, HttpHeaders headers, byte[] body, CharsetSE charset) - HttpClientErrorExceptionまたは HTTP ステータス固有のサブクラスを作成します。