Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

package com.erggroup.buildtool.daemon;

public class BuildSystemException extends Exception {
    
    public BuildSystemException(String string) {
        super(string);
    }

    /**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;

}