Class RestDataPanacheExceptionMapper

java.lang.Object
io.quarkus.mongodb.rest.data.panache.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 Details

    • RestDataPanacheExceptionMapper

      public RestDataPanacheExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(io.quarkus.rest.data.panache.RestDataPanacheException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<io.quarkus.rest.data.panache.RestDataPanacheException>