package com.refresh.pos.techicalservices; /** * Exception of when trying to getInstance() without inject its DAO. * * @author Refresh Team * */ public class NoDaoSetException extends Exception { private static final long serialVersionUID = 1L; }