Class LegacyLoggingExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<Exception>

    @Provider
    public class LegacyLoggingExceptionMapper
    extends ServiceExceptionMapper
    • Constructor Detail

      • LegacyLoggingExceptionMapper

        public LegacyLoggingExceptionMapper()
    • Method Detail

      • _annotateThisClassWithProvider

        protected void _annotateThisClassWithProvider()
        Description copied from class: ServiceExceptionMapper
        This 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:
        _annotateThisClassWithProvider in class ServiceExceptionMapper