}
@Test
public void should_recover_from_exception_and_reinit_consistency_level() throws Exception {
boolean exceptionCaught = false;
EntityWithWriteOneAndReadThreeConsistency bean = new EntityWithWriteOneAndReadThreeConsistency(id, "FN", "LN");
try {
manager.insert(bean);
manager.find(EntityWithWriteOneAndReadThreeConsistency.class, id);
} catch (UnavailableException e) {
// Should recover from exception