Class BatchConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.configuration.BatchConfigurationException
All Implemented Interfaces:
Serializable

public class BatchConfigurationException extends RuntimeException
Represents an error has occurred in the configuration of base batch infrastructure (creation of a JobRepository for example.
Since:
2.2.6
Author:
Michael Minella, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • BatchConfigurationException

      public BatchConfigurationException(Throwable t)
      Parameters:
      t - an exception to be wrapped