类 WebClientResponseException.UnsupportedMediaType
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.reactive.function.client.WebClientException
cn.taketoday.web.reactive.function.client.WebClientResponseException
cn.taketoday.web.reactive.function.client.WebClientResponseException.UnsupportedMediaType
- 所有已实现的接口:
Serializable
public static class WebClientResponseException.UnsupportedMediaType
extends WebClientResponseException
WebClientResponseException for status HTTP 415 Unsupported Media Type.- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.web.reactive.function.client.WebClientResponseException
WebClientResponseException.BadGateway, WebClientResponseException.BadRequest, WebClientResponseException.Conflict, WebClientResponseException.Forbidden, WebClientResponseException.GatewayTimeout, WebClientResponseException.Gone, WebClientResponseException.InternalServerError, WebClientResponseException.MethodNotAllowed, WebClientResponseException.NotAcceptable, WebClientResponseException.NotFound, WebClientResponseException.NotImplemented, WebClientResponseException.ServiceUnavailable, WebClientResponseException.TooManyRequests, WebClientResponseException.Unauthorized, WebClientResponseException.UnprocessableEntity, WebClientResponseException.UnsupportedMediaType -
构造器概要
构造器构造器说明UnsupportedMediaType(String statusText, HttpHeaders headers, byte[] body, Charset charset, HttpRequest request) -
方法概要
从类继承的方法 cn.taketoday.web.reactive.function.client.WebClientResponseException
create, create, create, getHeaders, getRawStatusCode, getRequest, getResponseBodyAs, getResponseBodyAs, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getStatusCode, getStatusText, setBodyDecodeFunction从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
UnsupportedMediaType
UnsupportedMediaType(String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset, @Nullable HttpRequest request)
-