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

com.atomikos.icatch.event.transaction.TransactionAbortedEvent Maven / Gradle / Ivy

/**
 * Copyright (C) 2000-2016 Atomikos 
 *
 * LICENSE CONDITIONS
 *
 * See http://www.atomikos.com/Main/WhichLicenseApplies for details.
 */

package com.atomikos.icatch.event.transaction;


public class TransactionAbortedEvent extends TransactionEvent {

	private static final long serialVersionUID = 1L;

	public TransactionAbortedEvent(String transactionId) {
		super(transactionId);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy