Class CatchAllExceptionMapper

java.lang.Object
io.helidon.microprofile.server.CatchAllExceptionMapper
All Implemented Interfaces:
ExceptionMapper<Exception>

@Provider @Priority(5000) public class CatchAllExceptionMapper extends Object implements ExceptionMapper<Exception>
Mapper for exceptions that are not caught. It is not configured by default in Helidon but it is provided for explicit usage.