You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: