@Provider public class InvocationTargetExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<InvocationTargetException>
| Constructor and Description |
|---|
InvocationTargetExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(InvocationTargetException exception) |
public javax.ws.rs.core.Response toResponse(InvocationTargetException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<InvocationTargetException>