public class JAXRSNotFoundExceptionMapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
JAXRSNotFoundExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
Response |
toResponse(NotFoundException pException)
Produce a 404 response.
|
public static final java.lang.String CLASS_VERSION