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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsetoResponse(io.quarkus.security.AuthenticationCompletionException ex)
-
Constructor Details
-
AuthenticationCompletionExceptionMapper
public AuthenticationCompletionExceptionMapper()
-
-
Method Details
-
toResponse
public jakarta.ws.rs.core.Response toResponse(io.quarkus.security.AuthenticationCompletionException ex) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationCompletionException>
-