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

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

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

package com.atomikos.icatch;

 /**
  * Common superclass for heuristics.
  */

public class HeuristicException extends Exception {

	private static final long serialVersionUID = 1L;

	public HeuristicException(String message) {
		super(message);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy