@Provider public class NotFoundExceptionMapper extends ApiErrorMapper implements javax.ws.rs.ext.ExceptionMapper<NotFoundException>
| Constructor and Description |
|---|
NotFoundExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(NotFoundException exception) |
createResponse, createResponsepublic javax.ws.rs.core.Response toResponse(NotFoundException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<NotFoundException>Copyright © 2019. All rights reserved.