Thrown if no transaction is associated with the current thread.
@author Mark Little (mark.little@arjuna.com)
@version $Id: NoTransactionException.java,v 1.1 2002/11/25 11:00:52 nmcl Exp $
@since 1.0.
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction. This represents an illegal usage of the transaction API.
@author Rod Johnson
@since 17.03.2003
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.