@Provider public class EntityNotFoundExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<EntityNotFoundException>
Constructor and Description |
---|
EntityNotFoundExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
toResponse(EntityNotFoundException exception) |
public javax.ws.rs.core.Response toResponse(EntityNotFoundException exception)
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<EntityNotFoundException>