Subversion Repositories DevTools

Rev

Rev 864 | Go to most recent revision | Blame | Compare with Previous | 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
{
}