Re: When something goes wrong internally to the implementation of the TransactionInterceptor or TransactionalContext, what RuntimeException should I throw?
It doesn't seem to be specified, so I'm thinking I can just throw some Narayana specific RuntimeException.
Can you provide an example, at the moment I am thinking javax.transaction.TransactionalException (from 3.7: Transactional Annotation)