public class CoreExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CoreExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
getResponse(Throwable t,
int status) |
static String |
getStackTrace(Throwable t) |
javax.ws.rs.core.Response |
toResponse(Throwable t) |
Copyright © 2020 Nuxeo SA. All rights reserved.