Class JobInstanceAlreadyExistsException

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

public class JobInstanceAlreadyExistsException extends JobExecutionException
Checked exception to indicate that a required Job is not available.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobInstanceAlreadyExistsException

      public JobInstanceAlreadyExistsException(String msg)
      Create an exception with the given message.
      Parameters:
      msg - the error message.
    • JobInstanceAlreadyExistsException

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