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