Class FlowExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.job.flow.FlowExecutionException
- All Implemented Interfaces:
Serializable
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowExecutionException(String message) FlowExecutionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowExecutionException
- Parameters:
message- the error message.
-
FlowExecutionException
- Parameters:
message- the error message.cause- instance ofThrowablethat caused this exception.
-