Add UnknownHttpStatusCodeException

This is more specific exception raised instead of RestClientException
when the raw HTTP status code received from the server is not one of
the HttpStatus enum values.

Issue: SPR-9406
This commit is contained in:
Rossen Stoyanchev
2012-11-02 13:47:24 -04:00
parent de38c033e4
commit f528c39456
5 changed files with 141 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ Changes in version 3.2 RC1 (2012-11-02)
* support inferred base package for @ComponentScan (SPR-9586)
* sort candidate @AspectJ methods deterministically (SPR-9729)
* improve SimpleStreamingClientHttpRequest performance (SPR-9530)
* added UnknownHttpStatusCodeException (SPR-9406)
Changes in version 3.2 M2 (2012-09-11)
--------------------------------------