}
else if (e instanceof TProtocolException) {
return new com.netflix.astyanax.connectionpool.exceptions.BadRequestException(e);
}
else if (e instanceof UnavailableException) {
return new TokenRangeOfflineException(e);
}
else if (e instanceof SocketTimeoutException) {
return new TimeoutException(e);
}
else if (e instanceof TimedOutException) {