Class RetryingHttpRequesterFilter.HttpResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.servicetalk.http.netty.RetryingHttpRequesterFilter.HttpResponseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExpectationFailedException
Enclosing class:
RetryingHttpRequesterFilter

public static class RetryingHttpRequesterFilter.HttpResponseException extends RuntimeException
This exception indicates response that matched the retrying rules of the RetryingHttpRequesterFilter and will-be/was retried. RetryingHttpRequesterFilter.HttpResponseExceptions are user-provided errors, resulting from an HttpRequestMetaData, through the RetryingHttpRequesterFilter.Builder.responseMapper(Function).
See Also: