Class RestDataPanacheExceptionMapper
java.lang.Object
io.quarkus.spring.data.rest.runtime.RestDataPanacheExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.rest.data.panache.RestDataPanacheException>
public class RestDataPanacheExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.rest.data.panache.RestDataPanacheException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsetoResponse(io.quarkus.rest.data.panache.RestDataPanacheException exception)
-
Constructor Details
-
RestDataPanacheExceptionMapper
public RestDataPanacheExceptionMapper()
-
-
Method Details
-
toResponse
public jakarta.ws.rs.core.Response toResponse(io.quarkus.rest.data.panache.RestDataPanacheException exception) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<io.quarkus.rest.data.panache.RestDataPanacheException>
-