An exception that is thrown whenever an API operation that requires a transaction is executed but no transaction is running.
Note, currently this exception is not guaranteed to be thrown. A read only operation may succeed if all the data is already cached. A modifying operation will however always throw this exception if no transaction is running.
@see Transaction
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.