Class UnhandledExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>

    @Provider
    @Component
    public class UnhandledExceptionMapper
    extends ClosingExceptionMapper<java.lang.RuntimeException>
    implements javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>
    • Constructor Detail

      • UnhandledExceptionMapper

        @Autowired
        public UnhandledExceptionMapper​(ai.digital.configuration.central.deploy.ClientProperties config)
    • Method Detail

      • handleException

        protected javax.ws.rs.core.Response handleException​(java.lang.RuntimeException exception)
        Specified by:
        handleException in class ClosingExceptionMapper<java.lang.RuntimeException>