Blame | 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 { }
package com.erggroup.buildtool.daemon;
/**Exception thrown to instruct a BuildThread it is no longer required (configured)
*/
public class ExitException
extends Exception
{
}