クラスの使用
org.springframework.web.client.HttpServerErrorException
HttpServerErrorException を使用するパッケージ
org.springframework.web.client 内の HttpServerErrorException 使用
修飾子と型クラス説明static final class
HTTP ステータス 502BadGateway のHttpServerErrorException
。static final class
HttpServerErrorException
ステータス HTTP 504 Gateway Timeoutstatic final class
HttpServerErrorException
ステータス HTTP 500 Internal Server Errorstatic final class
HttpServerErrorException
ステータス HTTP 501 Not Implementedstatic final class
HttpServerErrorException
ステータス HTTP 503 Service Unavailable修飾子と型メソッド説明static HttpServerErrorException
HttpServerErrorException.create
(StringSE message, HttpStatusCode statusCode, StringSE statusText, HttpHeaders headers, byte[] body, CharsetSE charset) オプションの準備済みメッセージを含むcreate(String, HttpStatusCode, String, HttpHeaders, byte[], Charset)
のバリアント。static HttpServerErrorException
HttpServerErrorException.create
(HttpStatusCode statusCode, StringSE statusText, HttpHeaders headers, byte[] body, CharsetSE charset) HttpServerErrorException
または HTTP ステータス固有のサブクラスを作成します。