org.springframework.batch.core
Class JobInterruptedException

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

public class JobInterruptedException
extends JobExecutionException

Exception to indicate the the job has been interrupted. The exception state indicated is not normally recoverable by batch application clients, but internally it is useful to force a check. The exception will often be wrapped in a runtime exception (usually UnexpectedJobExecutionException before reaching the client.

Author:
Lucas Ward, Dave Syer
See Also:
Serialized Form

Constructor Summary
JobInterruptedException(String msg)
           
 
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

JobInterruptedException

public JobInterruptedException(String msg)


Copyright © 2009 SpringSource. All Rights Reserved.