类 HttpServerErrorException.GatewayTimeout
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.client.RestClientException
cn.taketoday.web.client.RestClientResponseException
cn.taketoday.web.client.HttpStatusCodeException
cn.taketoday.web.client.HttpServerErrorException
cn.taketoday.web.client.HttpServerErrorException.GatewayTimeout
- 所有已实现的接口:
Serializable
HttpServerErrorException for status HTTP 504 Gateway Timeout.- 另请参阅:
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明privateGatewayTimeout(String statusText, HttpHeaders headers, byte[] body, Charset charset) privateGatewayTimeout(String message, String statusText, HttpHeaders headers, byte[] body, Charset charset) -
方法概要
从类继承的方法 cn.taketoday.web.client.HttpServerErrorException
create, create从类继承的方法 cn.taketoday.web.client.RestClientResponseException
getRawStatusCode, getResponseBodyAs, getResponseBodyAs, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getResponseHeaders, getStatusCode, getStatusText, setBodyConvertFunction从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
GatewayTimeout
private GatewayTimeout(String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset) -
GatewayTimeout
private GatewayTimeout(String message, String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset)
-