org.springframework.batch.core.launch
Class JobExecutionNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.batch.core.JobExecutionException
              extended by org.springframework.batch.core.launch.JobExecutionNotRunningException
All Implemented Interfaces:
Serializable

public class JobExecutionNotRunningException
extends JobExecutionException

Execution indicating that a JobExecution that is not currently running has been requested to stop.

Since:
2.0
Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
JobExecutionNotRunningException(String msg)
          Create a JobExecutionNotRunningException with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobExecutionNotRunningException

public JobExecutionNotRunningException(String msg)
Create a JobExecutionNotRunningException with a message.

Parameters:
msg - the message to signal cause of failure with details about the job execution


Copyright © 2013 SpringSource. All Rights Reserved.