13541355135613571358135913601361
shutdownServer(); logger.info("Server shutdown complete"); s_instances.remove(getHomeDir()); if (mse != null) { throw new ServerShutdownException(mse.toString()); } }
13701371137213731374137513761377
* @throws ServerShutdownException * If a severe server shutdown-related error occurred. */ protected void shutdownServer() throws ServerShutdownException { if (1 == 2) { throw new ServerShutdownException(null); } }