Subversion Repositories DevTools

Rev

Rev 814 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 814 Rev 864
Line 3... Line 3...
3
/**Exception thrown to instruct a BuildThread it is no longer required (configured)
3
/**Exception thrown to instruct a BuildThread it is no longer required (configured)
4
 */
4
 */
5
public class ExitException
5
public class ExitException
6
  extends Exception
6
  extends Exception
7
{
7
{
-
 
8
 
-
 
9
  /**This disables a compiler warning
-
 
10
   * It was generated by eclipse
-
 
11
   * It is used for version maintenance purposes in the case where his serializable class is actually serialized
-
 
12
   */
-
 
13
  private static final long serialVersionUID = 1L;
8
}
14
}