Class NotAliveExceptionMapper

java.lang.Object
org.apache.storm.daemon.ui.exceptionmappers.NotAliveExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<NotAliveException>

@Provider public class NotAliveExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<NotAliveException>
  • Field Details

    • request

      @Inject public jakarta.inject.Provider<jakarta.servlet.http.HttpServletRequest> request
  • Constructor Details

    • NotAliveExceptionMapper

      public NotAliveExceptionMapper()
  • Method Details

    • toResponse

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