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