org.springframework.batch.core
Class JobInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobInterruptedException
public JobInterruptedException(String msg)
Copyright © 2009 SpringSource. All Rights Reserved.