All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.batch.operations.exception.JobExecutionAlreadyCompleteException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package javax.batch.operations.exception;

public class JobExecutionAlreadyCompleteException extends
BatchOperationsRuntimeException {

	public JobExecutionAlreadyCompleteException(Throwable th,
			String localizedMessage) {
		super(th, localizedMessage);
		// TODO Auto-generated constructor stub
	}

	public JobExecutionAlreadyCompleteException(Throwable th) {
		super(th);
		// TODO Auto-generated constructor stub
	}
	
	public JobExecutionAlreadyCompleteException(String localizedMessage) {
		super(localizedMessage);
		// TODO Auto-generated constructor stub
	}
	
	public JobExecutionAlreadyCompleteException() {
		super();
		// TODO Auto-generated constructor stub
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy