public class NotFoundExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<NotFoundException>
Constructor and Description |
---|
NotFoundExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
toResponse(NotFoundException t) |
public javax.ws.rs.core.Response toResponse(NotFoundException t)
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<NotFoundException>
Copyright © 2022 Eclipse Foundation. All rights reserved.