Class ServerExceptionMappers.RmsSystemExceptionMapper

java.lang.Object
io.extact.rms.external.webapi.mapper.ServerExceptionMappers.RmsSystemExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RmsSystemException>
Enclosing class:
ServerExceptionMappers

@Produces("application/json") public static class ServerExceptionMappers.RmsSystemExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<RmsSystemException>
  • Constructor Details

    • RmsSystemExceptionMapper

      public RmsSystemExceptionMapper()
  • Method Details

    • toResponse

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