@Provider public class CatchAllExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
We don't want Jersey to re-throw anything to the HTTP container as this would result in logging the exception twice and possibly in interspersed illegible stack traces (see #484).
2 additional aspects are handled: - Logging the exception. - Enriching the response with an error entity.
Constructor and Description |
---|
CatchAllExceptionMapper() |
Copyright © 2023. All Rights Reserved.