System.out.println(" write(" + otpKey.stringValue() + ", "
+ otpValue.stringValue() + ") succeeded");
} catch (final ConnectionException e) {
System.out.println(" write(" + otpKey.stringValue() + ", "
+ otpValue.stringValue() + ") failed: " + e.getMessage());
throw new ConnectionException(e);
} catch (final TimeoutException e) {
System.out.println(" write(" + otpKey.stringValue() + ", "
+ otpValue.stringValue() + ") failed with timeout: "
+ e.getMessage());
throw new TimeoutException(e);