Class UnhandledExceptionMapper

java.lang.Object
com.xebialabs.deployit.core.rest.mappers.ClosingExceptionMapper<RuntimeException>
com.xebialabs.deployit.core.rest.mappers.UnhandledExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>

@Provider @Component public class UnhandledExceptionMapper extends ClosingExceptionMapper<RuntimeException> implements jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
  • Constructor Details

    • UnhandledExceptionMapper

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