// Sending the message failed.
// Although the response may still be valid
// Handle it gracefully
//noinspection ThrowableInstanceNeverThrown
final TransportIOException tioe
= new TransportIOException(response.getText(), response.getStatusCode(),
"Failure communicating with server");
for (Message txM : txMessages) {
callErrorHandler(txM, tioe);
}