/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.content.imports; public class InvalidImportDataException extends RuntimeException { public InvalidImportDataException( String message ) { super( message ); } }