| Package | Description |
|---|---|
| com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
| com.sun.jersey.spi.monitoring | |
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionMapper |
ExceptionMapperContext.find(java.lang.Class<? extends java.lang.Throwable> c)
Find an exception mapper for a class of throwable that is capable
of converting a throwable to a response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseListener.onMappedException(long id,
java.lang.Throwable exception,
ExceptionMapper mapper)
Called when Jersey has finalized response and handles it back to container.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.Throwable> |
Providers.getExceptionMapper(java.lang.Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.