Class CompositeExceptionHandler

java.lang.Object
org.springframework.batch.repeat.exception.CompositeExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class CompositeExceptionHandler extends Object implements ExceptionHandler
Composite ExceptionHandler that loops though a list of delegates.
Author:
Dave Syer, Mahmoud Ben Hassine
  • Constructor Details

    • CompositeExceptionHandler

      public CompositeExceptionHandler()
  • Method Details