{
contextMap.join(txn);
try {
byte[] result = server.getClassInfo(classId);
if (result == null) {
throw new ClassInfoNotFoundException(
"No information found for class ID " + classId);
}
return result;
} catch (IOException e) {
throw new NetworkException(e.getMessage(), e);