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 e) |
public javax.ws.rs.core.Response toResponse(NotFoundException e)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<NotFoundException>Copyright © 2013–2019. All rights reserved.