Class AuthenticationCompletionExceptionMapper

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationCompletionExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationCompletionException>

public class AuthenticationCompletionExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationCompletionException>
  • Constructor Details

    • AuthenticationCompletionExceptionMapper

      public AuthenticationCompletionExceptionMapper()
  • Method Details

    • toResponse

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