Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Oct 8, 2021
1 parent 40c14a4 commit 59b3da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/docbook/representations.xml
Expand Up @@ -301,7 +301,7 @@ public class EntityNotFoundMapper implements ExceptionMapper&lt;jakarta.persiste
<para>
Since Jersey 3.1.0 the &jersey.common.internal.DefaultExceptionMapper; is implemented.
It is required by JAX-RS 3.1 specification (&jaxrs31.exceptionMapperProvider;).
The default behaviour of the mapper is to return a message from an exception caught and set response status
The default behaviour of the mapper is to return a message from an exception caught and set the response status
to 500 (internal server error). In case of a &jaxrs.WebApplicationException; with response that response is returned.
If response inside the &lit.jaxrs.WebApplicationException; is NULL the exception is being processed according to the
default behaviour.
Expand Down

0 comments on commit 59b3da9

Please sign in to comment.