Class RoleNotFoundExceptionHandler
java.lang.Object
org.gridgain.internal.rest.rbac.role.exception.handler.RoleNotFoundExceptionHandler
- All Implemented Interfaces:
io.micronaut.http.server.exceptions.ExceptionHandler<org.gridgain.internal.rbac.roles.exception.RoleNotFoundException,io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>>
@Singleton
@Requires(classes={org.gridgain.internal.rbac.roles.exception.RoleNotFoundException.class,io.micronaut.http.server.exceptions.ExceptionHandler.class})
public class RoleNotFoundExceptionHandler
extends Object
implements io.micronaut.http.server.exceptions.ExceptionHandler<org.gridgain.internal.rbac.roles.exception.RoleNotFoundException,io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>>
REST exception handler for
RoleNotFoundException.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>handle(io.micronaut.http.HttpRequest request, org.gridgain.internal.rbac.roles.exception.RoleNotFoundException exception)
-
Constructor Details
-
RoleNotFoundExceptionHandler
public RoleNotFoundExceptionHandler()
-
-
Method Details
-
handle
public io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem> handle(io.micronaut.http.HttpRequest request, org.gridgain.internal.rbac.roles.exception.RoleNotFoundException exception) - Specified by:
handlein interfaceio.micronaut.http.server.exceptions.ExceptionHandler<org.gridgain.internal.rbac.roles.exception.RoleNotFoundException,io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>>
-