package dbService; /** * @author v.chibrikov */ public class DBException extends Exception { public DBException(Throwable throwable) { super(throwable); } }