Class AuthorizationErrorResponseExceptionHandler
- java.lang.Object
-
- io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationErrorResponseExceptionHandler
-
- All Implemented Interfaces:
io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.HttpResponse>
@Singleton public class AuthorizationErrorResponseExceptionHandler extends java.lang.Object implements io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.HttpResponse>
An exception handler forAuthorizationErrorResponseException
.- Since:
- 1.2.0
- Author:
- Sergio del Amo
-
-
Constructor Summary
Constructors Constructor Description AuthorizationErrorResponseExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.micronaut.http.HttpResponse
handle(io.micronaut.http.HttpRequest request, AuthorizationErrorResponseException exception)
-
-
-
Method Detail
-
handle
public io.micronaut.http.HttpResponse handle(io.micronaut.http.HttpRequest request, AuthorizationErrorResponseException exception)
- Specified by:
handle
in interfaceio.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.HttpResponse>
-
-