@Singleton public class AuthorizationErrorResponseExceptionHandler extends java.lang.Object implements io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.MutableHttpResponse<?>>
AuthorizationErrorResponseException
.Constructor and Description |
---|
AuthorizationErrorResponseExceptionHandler()
Deprecated.
This will be removed in the next major version, so that this class uses the ErrorProcessor API
|
Modifier and Type | Method and Description |
---|---|
io.micronaut.http.MutableHttpResponse<?> |
handle(io.micronaut.http.HttpRequest request,
AuthorizationErrorResponseException exception) |
@Deprecated public AuthorizationErrorResponseExceptionHandler()
public io.micronaut.http.MutableHttpResponse<?> handle(io.micronaut.http.HttpRequest request, AuthorizationErrorResponseException exception)
handle
in interface io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.MutableHttpResponse<?>>