org.springframework.batch.core.repository
Class JobInstanceAlreadyCompleteException

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.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
See Also:
Serialized Form

Constructor Summary
JobInstanceAlreadyCompleteException(String string)
           
JobInstanceAlreadyCompleteException(String msg, Throwable t)
           
 
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

JobInstanceAlreadyCompleteException

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

JobInstanceAlreadyCompleteException

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


Copyright © 2013 SpringSource. All Rights Reserved.