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