@Singleton public class AuthorizationErrorResponseExceptionHandler extends java.lang.Object implements io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.HttpResponse>
AuthorizationErrorResponseException.| Constructor and Description |
|---|
AuthorizationErrorResponseExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
io.micronaut.http.HttpResponse |
handle(io.micronaut.http.HttpRequest request,
AuthorizationErrorResponseException exception) |
public AuthorizationErrorResponseExceptionHandler()
public io.micronaut.http.HttpResponse handle(io.micronaut.http.HttpRequest request,
AuthorizationErrorResponseException exception)
handle in interface io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.HttpResponse>