Class JaxRsProcedureExceptionMapper

java.lang.Object
net.officefloor.jaxrs.procedure.JaxRsProcedureExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Throwable>

public class JaxRsProcedureExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<Throwable>
ExceptionMapper for the Procedure.
Author:
Daniel Sagenschneider
  • Constructor Details

    • JaxRsProcedureExceptionMapper

      public JaxRsProcedureExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(Throwable exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<Throwable>