package net.i2geo.onto.updates; /** */ public class OntoUpdateException extends RuntimeException { public OntoUpdateException(String msg, Throwable t) { super(msg,t); } }