Example usage for org.springframework.batch.core JobExecutionException subclass-usage

List of usage examples for org.springframework.batch.core JobExecutionException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core JobExecutionException subclass-usage.

Usage

From source file admin.service.NoSuchStepExecutionException.java

@SuppressWarnings("serial")
public class NoSuchStepExecutionException extends JobExecutionException {

    public NoSuchStepExecutionException(String msg, Throwable cause) {
        super(msg, cause);
    }