blob: 01573769ea2dee67c5900247f495c40cf1eeb679 [file] [log] [blame]
package accord.coordinate;
/**
* Thrown when a coordinator is preempted by another recovery
* coordinator intending to complete the transaction
*/
public class Preempted extends Throwable
{
}