34353637383940
public void init() throws UnavailableException { if (!Config.ready) { throw new UnavailableException("The application has failed to setup properly and cannot start. Please check the log for more details."); } frontModule = new FrontModule(); }