Class JobExecutionNotRunningException

java.lang.Object
All Implemented Interfaces:
Serializable

public class JobExecutionNotRunningException extends BatchRuntimeException
JobExecutionNotRunningException is thrown when JobOperator.stop(long) is called on a job instance which is not currently running.
See Also: