}
else if (e instanceof SocketTimeoutException) {
return new TimeoutException(e);
}
else if (e instanceof TimedOutException) {
return new OperationTimeoutException(e);
}
else if (e instanceof NotFoundException) {
return new com.netflix.astyanax.connectionpool.exceptions.NotFoundException(e);
}
else if (e instanceof TApplicationException) {