/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.search.builder; /** * Created by IntelliJ IDEA. * User: rmh * Date: 12/6/11 * Time: 10:45 AM */ public class ContentIndexDataFactoryException extends RuntimeException { public ContentIndexDataFactoryException( String s, Throwable throwable ) { super( s, throwable ); } }