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

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

There is a newer version: 6.0.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy