132133134135136137138139
} } private void checkAuthenticated() { if (!isOpen()) { throw new AuthenticationRequiredException("Cassandra session not found"); } }