All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nanocontainer.persistence.TransactionException Maven / Gradle / Ivy

The newest version!
package org.nanocontainer.persistence;

/**
 * Indicates that a transaction could not be begun, committed or rolled back.
 * 
 * @version $Revision: $
 */
public class TransactionException extends PersistenceException {

	public TransactionException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy