@Provider public class BookNotFoundExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<BookNotFoundException>
| Constructor and Description |
|---|
BookNotFoundExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(BookNotFoundException exception) |
public javax.ws.rs.core.Response toResponse(BookNotFoundException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<BookNotFoundException>Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.