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