org.springframework.batch.core.step
Class AbstractStep.FatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.step.AbstractStep.FatalException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AbstractStep
protected static class AbstractStep.FatalException
- extends RuntimeException
Signals a fatal exception - e.g. unable to persist batch metadata or
rollback transaction. Throwing this exception will result in storing
BatchStatus.UNKNOWN
as step's status.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbstractStep.FatalException
public AbstractStep.FatalException(String string,
Exception e)
Copyright © 2008 SpringSource. All Rights Reserved.