@Provider @Priority(value=5001) public class UnauthorizedExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>
| Constructor and Description |
|---|
UnauthorizedExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) CurrentVertxRequest |
currentVertxRequest() |
javax.ws.rs.core.Response |
toResponse(io.quarkus.security.UnauthorizedException exception) |
CurrentVertxRequest currentVertxRequest()
public javax.ws.rs.core.Response toResponse(io.quarkus.security.UnauthorizedException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<io.quarkus.security.UnauthorizedException>Copyright © 2020 JBoss by Red Hat. All rights reserved.