social-service-model/src/main/java/org/gcube/social_networking/socialnetworking/model/shared/exceptions/InviteStatusNotFoundExcepti...

9 lines
249 B
Java

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