Interface AsyncRunnableExecutionExceptionHandler
-
- All Known Implementing Classes:
DefaultAsyncRunnableExecutionExceptionHandler,DefaultDebuggerExecutionExceptionHandler,UnacquireAsyncHistoryJobExceptionHandler
public interface AsyncRunnableExecutionExceptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleException(JobServiceConfiguration jobServiceConfiguration, JobInfo job, Throwable exception)
-
-
-
Method Detail
-
handleException
boolean handleException(JobServiceConfiguration jobServiceConfiguration, JobInfo job, Throwable exception)
-
-