Package org.apache.unomi.router.rest
Class ConfigRestExceptionMapper
java.lang.Object
org.apache.unomi.router.rest.ConfigRestExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<PartialContentException>
@Provider
public class ConfigRestExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<PartialContentException>
Created by amidani on 06/07/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(PartialContentException exception)
-
Constructor Details
-
ConfigRestExceptionMapper
public ConfigRestExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<PartialContentException>
-