Class JobExecutionIsRunningException

java.lang.Object
All Implemented Interfaces:
Serializable

public class JobExecutionIsRunningException extends BatchRuntimeException
JobExecutionIsRunningException is thrown when JobOperator.abandon(long) is called on a job execution which is currently running (i.e. has a BatchStatus of STARTING or STARTED).
See Also: