Aligned exception handling in Jackson and JAXB codecs
Issue: SPR-15516
This commit is contained in:
@@ -225,7 +225,7 @@ public abstract class AbstractMessageConverterMethodArgumentResolver implements
|
||||
}
|
||||
}
|
||||
catch (IOException ex) {
|
||||
throw new HttpMessageNotReadableException("Could not read document: " + ex.getMessage(), ex);
|
||||
throw new HttpMessageNotReadableException("I/O error while reading input message", ex);
|
||||
}
|
||||
|
||||
if (body == NO_VALUE) {
|
||||
|
||||
Reference in New Issue
Block a user