Package com.atlassian.confluence.ui.rest
Class LegacyLoggingExceptionMapper
- java.lang.Object
 - 
- com.atlassian.confluence.rest.api.exception.ServiceExceptionMapper
 - 
- com.atlassian.confluence.ui.rest.LegacyLoggingExceptionMapper
 
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.ext.ExceptionMapper<Exception>
@Provider public class LegacyLoggingExceptionMapper extends ServiceExceptionMapper
 
- 
- 
Constructor Summary
Constructors Constructor Description LegacyLoggingExceptionMapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_annotateThisClassWithProvider()This method exists to remind developers that they need to annotate the implementing class with jersey's javax.ws.rs.ext.Provider annotation.- 
Methods inherited from class com.atlassian.confluence.rest.api.exception.ServiceExceptionMapper
toResponse 
 - 
 
 - 
 
- 
- 
Method Detail
- 
_annotateThisClassWithProvider
protected void _annotateThisClassWithProvider()
Description copied from class:ServiceExceptionMapperThis method exists to remind developers that they need to annotate the implementing class with jersey's javax.ws.rs.ext.Provider annotation. The implementing class will also need to be placed in the package that is scanned by the atlassian-rest for rest modules.- Specified by:
 _annotateThisClassWithProviderin classServiceExceptionMapper
 
 - 
 
 -