Class ConcurrentTransactionRollbackException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message
Direct Known Subclasses:
SharedTransactionRollbackException

public class ConcurrentTransactionRollbackException extends PersistenceException
This exception is thrown by a transaction operation that is executing as part of a larger transaction among separate threads where one of the other threads has executed a transaction rollback.

Supported API: true
Extendable: false
See Also: