valchkou / cassandra-driver-mapping

JPA addon for DataStax Java Driver for Cassandra
58 stars 24 forks source link

Getting UncheckedExecutionException when using get method #62

Open SusilPanda opened 9 years ago

SusilPanda commented 9 years ago

scenario : deleted the column family (ex : Employee) and then using mapper.get(employeeBean). In this case expected exception is InvalidQueryException, but I am getting com.google.common.util.concurrent.UncheckedExecutionException - com.datastax.driver.core.exceptions.invalidQueryExceptions .

My query is why the expected query is wrapped in the UncheckedExecutionException.