} else {
log.error("Unknown netty bootstrap class returned: {}. Cannot safely bind.", bootstrap);
throw new IllegalStateException("Unknown netty bootstrap class returned: " + bootstrap + ". Cannot safely bind.");
}
} catch (Exception e) {
throw new MisfireException(e);
}
}