package org.gcube.portlets.user.geoportaldataentry.shared; @SuppressWarnings("serial") public class GNAUserRightsConfigException extends Exception { public GNAUserRightsConfigException(String message) { super(message); } }