org.springframework.batch.core.job.flow
Class FlowExecutionException

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

public class FlowExecutionException
extends Exception

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
FlowExecutionException(String message)
           
FlowExecutionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowExecutionException

public FlowExecutionException(String message)
Parameters:
message -

FlowExecutionException

public FlowExecutionException(String message,
                              Throwable cause)
Parameters:
message -
cause -


Copyright © 2013 SpringSource. All Rights Reserved.