package org.gcube.dataharvest.dao; public class DaoException extends Exception { public DaoException() { super(); } public DaoException(String message, Throwable throwable) { super(message, throwable); } }