package sec.web.exceptions; /** * * @author stephen.pinizzotto */ public class InvalidNumberOfPointsException extends Exception { private static final long serialVersionUID = 2791008774716307095L; }