public class WebClientRequestException extends WebClientException
| Constructor and Description | 
|---|
| WebClientRequestException(Throwable ex,
                         HttpMethod method,
                         URI uri,
                         HttpHeaders headers)Constructor for throwable. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpHeaders | getHeaders()Return the HTTP request headers. | 
| HttpMethod | getMethod()Return the HTTP request method. | 
| URI | getUri()Return the request URI. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebClientRequestException(Throwable ex, HttpMethod method, URI uri, HttpHeaders headers)
public HttpMethod getMethod()
public URI getUri()
public HttpHeaders getHeaders()