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

com.atomikos.icatch.HeurRollbackException Maven / Gradle / Ivy

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

package com.atomikos.icatch;

/**
 * An exception signaling that the transaction's work has been rolled back
 * heuristically.
 */

public class HeurRollbackException extends HeuristicException {

	private static final long serialVersionUID = 1L;

	public HeurRollbackException() {
		super("Heuristic Rollback Exception");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy