package com.megatim.fdxcommons.tools.database.exceptions; /** * * @author Gabuntu */ public class BadQueryCriteriaException extends Exception { public BadQueryCriteriaException(String message) { super(message); } }