Class JobInstanceAlreadyCompleteException

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

public class JobInstanceAlreadyCompleteException extends JobExecutionException
An exception indicating an illegal attempt to restart a job that was already completed successfully.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobInstanceAlreadyCompleteException

      public JobInstanceAlreadyCompleteException(String string)
      Parameters:
      string - the message
    • JobInstanceAlreadyCompleteException

      public JobInstanceAlreadyCompleteException(String msg, Throwable t)
      Parameters:
      msg - the cause
      t - the message