getConsistencyLevel());
}
catch (InvalidRequestException e)
{
log.error("Error while getting columns for row Key {} , Caused by: .", pKeyColumnValue, e);
throw new EntityReaderException(e);
}
catch (UnavailableException e)
{
log.error("Error while getting columns for row Key {} , Caused by: .", pKeyColumnValue, e);
throw new EntityReaderException(e);
}
catch (TimedOutException e)
{
log.error("Error while getting columns for row Key {} , Caused by: .", pKeyColumnValue, e);
throw new EntityReaderException(e);
}
catch (TException e)
{
log.error("Error while getting columns for row Key {} , Caused by: .", pKeyColumnValue, e);
throw new EntityReaderException(e);
}
finally
{
releaseConnection(conn);
}