Class OrchestratorAsyncExceptionHandler
java.lang.Object
ch.admin.bit.jeap.testorchestrator.adapter.testagent.OrchestratorAsyncExceptionHandler
- All Implemented Interfaces:
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
@Component
public class OrchestratorAsyncExceptionHandler
extends Object
implements org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleUncaughtException(Throwable throwable, Method method, Object... objects) voidsetTestReportService(TestReportService testReportService) voidsetTestRunService(TestRunService testRunService)
-
Constructor Details
-
OrchestratorAsyncExceptionHandler
public OrchestratorAsyncExceptionHandler()
-
-
Method Details
-
setTestRunService
-
setTestReportService
-
handleUncaughtException
- Specified by:
handleUncaughtExceptionin interfaceorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
-