LOGGER.info("Received Message: " + object);
return object;
} catch (ClassNotFoundException e) {
throw new CommunicationException("Invalid response received", e);
} catch (IOException e) {
throw new ConnectionException("Could not receive a message", e);
}
}