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 exception) |
public javax.ws.rs.core.Response toResponse(NotFoundException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<NotFoundException>Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.