Class NotFoundExceptionMapper

java.lang.Object
org.eclipse.microprofile.openapi.apps.airlines.exception.NotFoundExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<NotFoundException>

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 t)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<NotFoundException>