Package io.helidon.microprofile.server
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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CatchAllExceptionMapper
public CatchAllExceptionMapper()Default empty constructor.
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfaceExceptionMapper<Exception>
-