LOGGER.error(msg);
throw new IllegalStateException(msg);
}
// Use the PacketUnmarshaller to create a new packet instance
Packet packet = packetDeserializer.deserialize(in);
if(LOGGER.isInfoEnabled() && !this.logBlackList.contains(packet.getClass())) {
LOGGER.debug("Decoded body: {}", packet);
}