blob: f340db3f86082895dfced8906de4e65e74cb0b3a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* Luzius Meisser - initial implementation
*******************************************************************************/
package org.eclipse.ajdt.internal.buildconfig;
/**
* @author Luzius Meisser
*
*/
public class BuildConfigurationCreationException extends Exception {
private static final long serialVersionUID = 6334629352889509802L;
}