- All Implemented Interfaces:
- java.io.Serializable
public class RollbackException
extends java.lang.Exception
RollbackException exception is thrown when the transaction has been
marked for rollback only or the transaction has been rolled back
instead of committed. This is a local exception thrown by methods
in the UserTransaction
, Transaction
, and
TransactionManager
interfaces.
- See Also:
- Serialized Form
- Examples (en):
- xa-datasource, transaction-rollback, alternate-descriptors
- Examples (es):
- xa-datasource, alternate-descriptors
- Examples (pt):
- xa-datasource, alternate-descriptors