Go to most recent revision | Details | Last modification | View Log | RSS feed
package com.erggroup.buildtool.daemon;
/**Exception thrown to instruct a BuildThread it is no longer required (configured)
*/
public class ExitException
extends Exception
{
}