public class RestExceptionMapper<E extends java.lang.Throwable>
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<E>
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
RestExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
toResponse(E exception) |