Class JerseyExceptionMapper

java.lang.Object
io.bdeploy.jersey.JerseyExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>

@Provider public class JerseyExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
  • Constructor Details

    • JerseyExceptionMapper

      public JerseyExceptionMapper()
  • Method Details

    • toResponse

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