public class JAXRSGenericExceptionMapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected static java.util.ResourceBundle |
sResourceBundle
The resource bundle.
|
| Constructor and Description |
|---|
JAXRSGenericExceptionMapper()
Constructs an instanceof GenericExceptionMapper
|
| Modifier and Type | Method and Description |
|---|---|
Response |
toResponse(java.lang.Throwable pException)
produce an error response
|
public static final java.lang.String CLASS_VERSION
protected static java.util.ResourceBundle sResourceBundle