org.springframework.batch.core.step
Class FatalStepExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.UnexpectedJobExecutionException
org.springframework.batch.core.step.FatalStepExecutionException
- All Implemented Interfaces:
- Serializable
public class FatalStepExecutionException
- extends UnexpectedJobExecutionException
- Author:
- Dave Syer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FatalStepExecutionException
public FatalStepExecutionException(String msg,
Throwable nested)
- Parameters:
msg
- the message to send to the callernested
- the cause of this exception
Copyright © 2013 SpringSource. All Rights Reserved.