org.springframework.batch.core.launch
Class JobParametersNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.batch.core.JobExecutionException
              extended by org.springframework.batch.core.launch.JobParametersNotFoundException
All Implemented Interfaces:
Serializable

public class JobParametersNotFoundException
extends JobExecutionException

Checked exception to indicate that a required JobParametersIncrementer is not available.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
JobParametersNotFoundException(String msg)
          Create an exception with the given message.
JobParametersNotFoundException(String msg, Throwable e)
           
 
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

JobParametersNotFoundException

public JobParametersNotFoundException(String msg)
Create an exception with the given message.


JobParametersNotFoundException

public JobParametersNotFoundException(String msg,
                                      Throwable e)
Parameters:
msg - The message to send to caller
e - the cause of the exception


Copyright © 2009 SpringSource. All Rights Reserved.