Package uk.gov.gchq.gaffer.rest.mapper
Class ProcessingExceptionMapper
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.mapper.ProcessingExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ProcessingException>
@Provider public class ProcessingExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ProcessingException>
JerseyExceptionMapper
used to handle internalProcessingException
s thrown by the Jersey framework.
-
-
Constructor Summary
Constructors Constructor Description ProcessingExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(javax.ws.rs.ProcessingException pe)
-