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