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