类 WebClientRequestException
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.WebClientRequestException
- 所有已实现的接口:
Serializable
Exceptions that contain actual HTTP request data.
- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private final HttpHeadersprivate final HttpMethodprivate static final longprivate final URI -
构造器概要
构造器构造器说明WebClientRequestException(Throwable ex, HttpMethod method, URI uri, HttpHeaders headers) Constructor for throwable. -
方法概要
修饰符和类型方法说明Return the HTTP request headers.Return the HTTP request method.getUri()Return the request URI.从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
method
-
uri
-
headers
-
-
构造器详细资料
-
WebClientRequestException
Constructor for throwable.
-
-
方法详细资料
-
getMethod
Return the HTTP request method. -
getUri
Return the request URI. -
getHeaders
Return the HTTP request headers.
-