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