Class WebClientRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.reactive.function.client.WebClientException
org.springframework.web.reactive.function.client.WebClientRequestException
- All Implemented Interfaces:
- Serializable
Exceptions that contain actual HTTP request data.
- Since:
- 5.3
- Author:
- Arjen Poutsma
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionWebClientRequestException(Throwable ex, HttpMethod method, URI uri, HttpHeaders headers) Constructor for throwable.
- 
Method SummaryModifier and TypeMethodDescriptionReturn the HTTP request headers.Return the HTTP request method.getUri()Return the request URI.Methods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
WebClientRequestExceptionConstructor for throwable.
 
- 
- 
Method Details- 
getMethodReturn the HTTP request method.
- 
getUriReturn the request URI.
- 
getHeadersReturn the HTTP request headers.
 
-