package gr.uoa.di.web.utils.userprofile;

@SuppressWarnings("serial")
public class UserProfileManagerException extends Exception{

	public UserProfileManagerException() {
		super();
		// TODO Auto-generated constructor stub
	}

	public UserProfileManagerException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public UserProfileManagerException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public UserProfileManagerException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	

}
