Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
814 mhunt 1
package com.erggroup.buildtool.daemon;
2
 
3
/**Exception thrown to instruct a BuildThread it is no longer required (configured)
4
 */
5
public class ExitException
6
  extends Exception
7
{
8
}