Class UncheckedTransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.step.tasklet.UncheckedTransactionException
All Implemented Interfaces:
Serializable

public class UncheckedTransactionException extends RuntimeException
Convenience wrapper for a checked exception so that it can cause a rollback and be extracted afterwards.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • UncheckedTransactionException

      public UncheckedTransactionException(Exception e)