package org.gcube.social_networking.socialnetworking.model.shared.exceptions; @SuppressWarnings("serial") public class InviteIDNotFoundException extends Exception { public InviteIDNotFoundException(String message) { super(message); } }