Interface WrappedTransactionOperationFailedException
TransactionOperationFailedException is raised as an opaque signal that something went wrong with a transaction
operation.
This wrapper lets frameworks like Spring present a platform-appropriate version of that opaque signal to the user, while wrapping the original TransactionOperationFailedException so that aspects of the transactions machinery continue to operate.
-
Method Summary
-
Method Details
-
wrapped
TransactionOperationFailedException wrapped()
-