package se.idega.idegaweb.commune.account.business; /** * Title: idegaWeb * Description: * Copyright: Copyright (c) 2001 * Company: idega software * @author * @version 1.0 */ public class IncompleteApplicationException extends Exception { public IncompleteApplicationException(String message) { super(message); } }