org.springframework.batch.core.repository
Class JobRestartException

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.JobRestartException
All Implemented Interfaces:
Serializable

public class JobRestartException
extends JobExecutionException

An exception indicating an illegal attempt to restart a job.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
JobRestartException(String string)
           
JobRestartException(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

JobRestartException

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

JobRestartException

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


Copyright © 2008 SpringSource. All Rights Reserved.