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