com.supermap.services.rest
Class ScNotModifiedExceptionMapper
- java.lang.Object
-
- com.supermap.services.rest.ScNotModifiedExceptionMapper
-
- All Implemented Interfaces:
- javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
public class ScNotModifiedExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
-
-
Constructor Summary
Constructors Constructor and Description ScNotModifiedExceptionMapper(HttpServletRequest request)
-
Method Summary
Methods Modifier and Type Method and Description javax.ws.rs.core.ResponsetoResponse(ScNotModifiedException e)
-
-
-
Constructor Detail
-
ScNotModifiedExceptionMapper
public ScNotModifiedExceptionMapper(@Context HttpServletRequest request)
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(ScNotModifiedException e)
- Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<ScNotModifiedException>
-
-