ConsistencyLevel.ONE);
}
catch (InvalidRequestException e)
{
log.error("Error while executing cql query {}, Caused by: .", cqlQuery, e);
throw new KunderaException(e);
}
catch (UnavailableException e)
{
log.error("Error while executing cql query {}, Caused by: .", cqlQuery, e);
throw new KunderaException(e);
}
catch (TimedOutException e)
{
log.error("Error while executing cql query {}, Caused by: .", cqlQuery, e);
throw new KunderaException(e);
}
catch (SchemaDisagreementException e)
{
log.error("Error while executing cql query {}, Caused by: .", cqlQuery, e);
throw new KunderaException(e);
}
catch (TException e)
{
log.error("Error while executing cql query {}, Caused by: .", cqlQuery, e);
throw new KunderaException(e);
}
catch (UnsupportedEncodingException e)
{
log.error("Error while executing cql query {}, Caused by: .", cqlQuery, e);
throw new KunderaException(e);
}
}