Interface ThrowingTransactionCallback<T,X extends Exception>


public interface ThrowingTransactionCallback<T,X extends Exception>
Callback for a Transaction that supports throwing exceptions.
Since:
5.6
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • doInTransaction

      T doInTransaction() throws X
      Throws:
      X extends Exception