Class ReplicationNotFoundExceptionHandler
java.lang.Object
org.gridgain.internal.rest.dcr.exception.handler.ReplicationNotFoundExceptionHandler
- All Implemented Interfaces:
io.micronaut.http.server.exceptions.ExceptionHandler<org.gridgain.internal.dcr.exception.ReplicationNotFoundException,io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>>
@Singleton
@Requires(classes={org.gridgain.internal.dcr.exception.ReplicationNotFoundException.class,io.micronaut.http.server.exceptions.ExceptionHandler.class})
public class ReplicationNotFoundExceptionHandler
extends Object
implements io.micronaut.http.server.exceptions.ExceptionHandler<org.gridgain.internal.dcr.exception.ReplicationNotFoundException,io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>>
REST exception handler for
ReplicationNotFoundException.-
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.dcr.exception.ReplicationNotFoundException exception)
-
Constructor Details
-
ReplicationNotFoundExceptionHandler
public ReplicationNotFoundExceptionHandler()
-
-
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.dcr.exception.ReplicationNotFoundException exception) - Specified by:
handlein interfaceio.micronaut.http.server.exceptions.ExceptionHandler<org.gridgain.internal.dcr.exception.ReplicationNotFoundException,io.micronaut.http.HttpResponse<? extends org.apache.ignite.internal.rest.api.Problem>>
-