Book: Developing Webservices guide
Chapter: Exception Handling
Resteasy added in 3.0.20.Final an exception mapping provider for UnrecognizedPropertyException as part of the fix for RESTEASY-1485.
Add documentation into Exception Handling chapter about the mapping provider added, because users may be surprised that their custom exception mappers are not being picked see comments in RESTEASY-1666.
For upstream documentation see RESTEASY-1674.
- relates to
-
RESTEASY-1666 Default Exception mapper is picked even if the custom exception mapper exists
- Resolved
-
RESTEASY-1674 Document exception mapper for UnrecognizedPropertyException
- Closed