Class UnauthorizedExceptionMapper

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.UnauthorizedExceptionMapper

public class UnauthorizedExceptionMapper extends Object
  • Constructor Details

    • UnauthorizedExceptionMapper

      public UnauthorizedExceptionMapper()
  • Method Details

    • handle

      public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> handle(io.vertx.ext.web.RoutingContext routingContext)