Class ExpectationFailedException

All Implemented Interfaces:
Serializable

public final class ExpectationFailedException extends RetryingHttpRequesterFilter.HttpResponseException
An exception that represents 417 Expectation Failed response status code.

A response will be automatically converted into this exception type when RetryingHttpRequesterFilter.Builder.retryExpectationFailed(boolean) is set to true.

See Also: