Aborts the transaction that is active for the current thread for this environment and makes the parent transaction (if any) the current transaction.
@return the parent transaction or null if the aborted transaction wasnot nested.
@throws EnvironmentFailureException if an unexpected, internal orenvironment-wide failure occurs.
@throws DatabaseException if an error occurs aborting the transaction.The transaction will still be closed and the parent transaction will become the current transaction.
@throws IllegalStateException if no transaction is active for thecurrent thread for this environment.
Aborts and closes the current transaction. This abandons all persistent object modifications and releases the associated locks.
@throws TransactionNotInProgressException If no transaction is currently in progress
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.