public class NotFoundExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<NotFoundException>
| Constructor and Description |
|---|
NotFoundExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.ws.rs.core.Response |
toResponse(NotFoundException t) |
public jakarta.ws.rs.core.Response toResponse(NotFoundException t)
toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<NotFoundException>Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.