public class ScNotModifiedExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
Constructor and Description |
---|
ScNotModifiedExceptionMapper(HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
toResponse(ScNotModifiedException e) |
public ScNotModifiedExceptionMapper(@Context HttpServletRequest request)
public javax.ws.rs.core.Response toResponse(ScNotModifiedException e)
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>