This is my example code using tasklet in spring boot. My problem is: I want to throw exception from afterstep(), but the interface does not allow it. Despite this limitation, why I obsessed with afterstep() is that I want to make abstract class to make Tasklet template which can verify each execution in afterstep(). I want verification to run after