+ ") failed: " + e.getMessage());
throw new ConnectionException(e);
} catch (final TimeoutException e) {
System.out.println(" read(" + otpKey.stringValue()
+ ") failed with timeout: " + e.getMessage());
throw new TimeoutException(e);
} catch (final UnknownException e) {
System.out.println(" read(" + otpKey.stringValue()
+ ") failed with unknown: " + e.getMessage());
throw new UnknownException(e);
} catch (final NotFoundException e) {