blob: 241750af2925ceca072ebfc3d128995f9598c309 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2011 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Gregoire DUPE (Mia-Software) - initial API and implementation
*******************************************************************************/
package org.eclipse.gmt.modisco.infra.query.core.exception;
public class ProjectDisabledException extends ModelQueryException {
public ProjectDisabledException(final Throwable cause) {
super(cause);
}
/**
*
*/
private static final long serialVersionUID = 5762609362502765757L;
}