Class NotFoundExceptionMapper

java.lang.Object
org.graylog2.rest.NotFoundExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<NotFoundException>

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

    • NotFoundExceptionMapper

      public NotFoundExceptionMapper()
  • Method Details

    • toResponse

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