Class JobExecutionAlreadyRunningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
org.springframework.batch.core.repository.JobExecutionAlreadyRunningException
All Implemented Interfaces:
Serializable

public class JobExecutionAlreadyRunningException extends JobExecutionException
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobExecutionAlreadyRunningException

      public JobExecutionAlreadyRunningException(String msg)
      Parameters:
      msg - the exception message.
    • JobExecutionAlreadyRunningException

      public JobExecutionAlreadyRunningException(String msg, Throwable cause)
      Parameters:
      msg - the exception message.
      cause - the cause of the exception.