package fireTester.messages;


/**
 * The executing command was halted because the timeout had been violated.
 * 
 * @author Nick Mancuso
 * 
 */
public class TimeoutExceededException extends TesterException {
	// do nothing
}
