package org.gcube.data.analysis.nlphub.legacy; class DataminerClientException extends Exception { public DataminerClientException(String message, Throwable throwable) { super(message, throwable); } };