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