Class NotFoundExceptionMapper
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase<javax.ws.rs.NotFoundException>
-
- com.tietoevry.quarkus.resteasy.problem.jaxrs.NotFoundExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.NotFoundException>
@Priority(5000) public final class NotFoundExceptionMapper extends ExceptionMapperBase<javax.ws.rs.NotFoundException>
Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.- See Also:
NotFoundExceptionMapper
-
-
Field Summary
-
Fields inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
postProcessorsRegistry
-
-
Constructor Summary
Constructors Constructor Description NotFoundExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpProblemtoProblem(javax.ws.rs.NotFoundException exception)-
Methods inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
toResponse
-
-
-
-
Method Detail
-
toProblem
protected HttpProblem toProblem(javax.ws.rs.NotFoundException exception)
- Specified by:
toProblemin classExceptionMapperBase<javax.ws.rs.NotFoundException>
-
-