Subversion Repositories DevTools

Rev

Rev 6914 | 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
{

  /**This disables a compiler warning
   * It was generated by eclipse
   * It is used for version maintenance purposes in the case where his serializable class is actually serialized
   */
  private static final long serialVersionUID = 1L;
}