List of usage examples for org.springframework.batch.core JobExecutionException subclass-usage
From source file admin.service.NoSuchStepExecutionException.java
@SuppressWarnings("serial") public class NoSuchStepExecutionException extends JobExecutionException { public NoSuchStepExecutionException(String msg, Throwable cause) { super(msg, cause); }