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 Summary
Constructors Constructor Description NotFoundExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
toResponse(NotFoundException t)
-
-
-
Method Detail
-
toResponse
public jakarta.ws.rs.core.Response toResponse(NotFoundException t)
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<NotFoundException>
-
-