Class FlowExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.job.flow.FlowExecutionException
All Implemented Interfaces:
Serializable

public class FlowExecutionException extends Exception
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • FlowExecutionException

      public FlowExecutionException(String message)
      Parameters:
      message - the error message.
    • FlowExecutionException

      public FlowExecutionException(String message, Throwable cause)
      Parameters:
      message - the error message.
      cause - instance of Throwable that caused this exception.