/** * */ package org.ariadne_eu.metadata.insert; /** * @author gonzalo * */ public class InsertMetadataException extends Exception { public InsertMetadataException(Exception e) { super(e); } }