Class ContentNotFoundExceptionMapper
- java.lang.Object
-
- fi.tut.mei.matchmaking.matching_ws.rest.exceptionmapper.ContentNotFoundExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.core.NoContentException>
@Provider public class ContentNotFoundExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.core.NoContentException>
Janaka Nawagamuwa created on 24/08/2021
-
-
Constructor Summary
Constructors Constructor Description ContentNotFoundExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(javax.ws.rs.core.NoContentException exception)
-