/** * */ package net.i2geo.onto.updates.actions; /** * @author afaulhab * */ public class ActionCreationException extends Exception { public ActionCreationException(String message, Throwable t) { super(message, t); } }