throws NoResultException, OauthExceptions {
LOGGER.error("Error in " + clazz.getName() + " cause:" + e.getMessage());
AcctionRunByException.getInstancia().actionExecute(
TypesAcctionRunByException.SEND_MAIL_ADMIN_FAIL);
if (clazz.equals(AccessTokensDaoImp.class)) {
throw new OauthExceptions(
"There is no record in the table to the query access_tokens",
e);
}
throw e;
}