throw new LDiffRecordRequestException
(((Protocol.Error) message).getErrorMessage());
}
if (message.getOp() != Protocol.DIFF_AREA_START) {
throw new ProtocolException
(message, Protocol.DiffAreaStart.class);
}
/* Add those different records until protocol sees an end signal. */
HashSet<Record> records = new HashSet<Record>();