Class AuthenticationCompletionExceptionMapper

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.security.AuthenticationCompletionException>

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

      • AuthenticationCompletionExceptionMapper

        public AuthenticationCompletionExceptionMapper()
    • Method Detail

      • 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>