package com.activequant.domainmodel.exceptions; public class NoEntryForDate extends Exception { /** * */ private static final long serialVersionUID = 1L; public NoEntryForDate(String msg) { super(msg); } }