Class UnauthorizedExceptionMapper

java.lang.Object
io.quarkus.resteasy.runtime.UnauthorizedExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>

@Provider @Priority(5001) public class UnauthorizedExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>
Author:
Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
Date: 05/10/2019
  • Constructor Details

    • UnauthorizedExceptionMapper

      public UnauthorizedExceptionMapper()
  • Method Details

    • currentVertxRequest

      CurrentVertxRequest currentVertxRequest()
    • toResponse

      public jakarta.ws.rs.core.Response toResponse(io.quarkus.security.UnauthorizedException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>