blob: c706ff28bb9610dcc27681ea0d2f8576d5677d48 [file] [log] [blame]
package accord.coordinate;
/**
* Thrown when a transaction exceeds its specified timeout for obtaining a result for a client
*/
public class Timeout extends RuntimeException
{
}