Package org.springframework.batch.repeat.exception
@NonNullApi
package org.springframework.batch.repeat.exception
Infrastructure implementations of repeat exception handler concerns.
-
ClassDescriptionComposite
ExceptionHandler
that loops though a list of delegates.Default implementation ofExceptionHandler
- just re-throws the exception it encounters.Handler to allow strategies for re-throwing exceptions.Implementation ofExceptionHandler
based on anClassifier
.Logging levels for the handler.Implementation ofExceptionHandler
that rethrows when exceptions of a given type reach a threshold.Simple implementation of exception handler which looks for given exception types.