Interface WrappedTransactionOperationFailedException


@Internal public 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.